exikoz
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
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