Please help! What is the best way to use JS within Custom Pages?
Hello guys!
I have switched from Laravel Nova to Filament and am wondering what options I have to add JS components to my custom page.
I use the JS library “Uppy” to upload videos. With Command
Can I include dynamic JS components in this file? For example via Vue? I already work with vue in the user frontend, I only use filament for the admin dashboard.
What is the best approach in your experience?
I have switched from Laravel Nova to Filament and am wondering what options I have to add JS components to my custom page.
I use the JS library “Uppy” to upload videos. With Command
php artisan make:filament-page VideoUploader I now have a view file under:resources/views/filament/resources/video-resource/pages/video-uploader.blade.phpCan I include dynamic JS components in this file? For example via Vue? I already work with vue in the user frontend, I only use filament for the admin dashboard.
What is the best approach in your experience?