exikoz
exikoz
FFilament
Created by ChesterS on 4/3/2024 in #❓┊help
Enable Echo.js without breaking Hot Reload
I just tried it like this Js::make('echo', Vite::asset('resources/js/echo.js'))->module(), and it works the script is loaded.
5 replies
FFilament
Created by King Dice on 6/29/2024 in #❓┊help
Best way to handle bulk-attaching models
Have you tried doing it through bulk actions? https://filamentphp.com/docs/3.x/tables/actions#bulk-actions
4 replies
FFilament
Created by ChesterS on 4/3/2024 in #❓┊help
Enable Echo.js without breaking Hot Reload
Try Js::make('script', url('path/to/script.js'))->module() Refence https://github.com/filamentphp/filament/issues/8015
5 replies