PHP Classes

File: resources/js/field.js

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova PHP Soundcloud Player   resources/js/field.js   Download  
File: resources/js/field.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova PHP Soundcloud Player
Embed an audio player to play a Soundcloud track
Author: By
Last change:
Date: 5 years ago
Size: 260 bytes
 

Contents

Class file image Download
Nova.booting((Vue, router) => { Vue.component('index-soundcloud', require('./components/IndexField')); Vue.component('detail-soundcloud', require('./components/DetailField')); Vue.component('form-soundcloud', require('./components/FormField')); })