Livewire is not defined
When
inject_assets
is set to false
on the livewire.php
config, I get the error Livewire is not defined
when loading the filament admin panel. What needs to be done to fix this?3 Replies
Why would you turn that off?
have to use Alpine plugins on the laravel app outside of filament
i actually ended up doing this on the
AppServiceProvider
. Not sure if there is any other way to fix this
Probably via Render Hooks