Hello,
I am using laravel 7 with livewire ^1.1 . My application link is: http://localhost/walid/laravelEcommerce/
I can see in the console : Livewire is not defined.
I changed the asset_url in livewrite.php To : localhost/walid/laravelEcommerce :
Loading failed for the with source “localhost/walid/laravelEcommerce/vendor/livewire/livewire.js?id=2e357e509d45977b1c0d”.
I changed it to localhost/walid/laravelEcommerce/public/ OR public/ live wire is loaded now, but i got 404 when there is an ajax post from livewire to the link :
localhost/walid/laravelEcommerce/public/livewire/message/search .
I don’t know how to solve it now .
Thanks.
Livewire is not defined
i am getting the same issue