Including livewire.js when livewire.inject_assets = false
Hi all! We're looking at integrating Filament v3 into an existing Laravel app that's already using Livewire v3. As part of that, we have
This is presenting a problem for Filament as the
Has anyone else encountered this? Any good solutions?
inject_assets = false in our livewire config file, and the Livewire JS is instead bundled as part of our front-end build process.This is presenting a problem for Filament as the
livewire.js file isn't be included on Filament pages.Has anyone else encountered this? Any good solutions?