@r10maro90 can you please attach console errors and the layout that has livewire styles and scripts
you may also check here https://github.com/livewire/livewire/pull/241
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have spend hours trying to figure this out. I followed the instructions on Livewire's doc and got it working locally which is great.
But as soon as I push it to production via laravel forge, it doesn't load the component in the view, and when I inspect the element there's no "wire:id" generated, also no script tag or styles from livewire is shown.
Here's what I have tried do far but none worked:
published the livewire assets with this command "php artisan livewire:publish --assets"
Went into config/livewire and change
'asset_url' => null, to 'asset_url' => 'http://localhost',
I don't know what else to try. Any help would be appreciated.
Thanks.
Please or to participate in this conversation.