Filament Asset Register
Is it possible to register filament assets somewhere else, I have registered filament assets in the boot method of an app service provider, and because of this my app getting slow on every livewire update request, and it's taking time
2 Replies
You can do that direct in the panel provider
https://filamentphp.com/docs/3.x/panels/configuration#registering-assets-for-a-panel
Okay thanks