I disabled `inject_assets` in livewire config, how to load it manually for filament
I disabled
inject_assets
in livewire config, how to load it manually for filamentSolution:Jump to solution
I think you can inject it via panel provider instead of rendering hooks:
```php
return $panel
->bootUsing(function () {...
2 Replies
i added
is this correct?
Solution
I think you can inject it via panel provider instead of rendering hooks: