Sep 4, 2024
0
Level 1
404 on Livewire and Filament routes.
So I'm trying something with a DDD like structure in Laravel. I have started a fresh Laravel 11 project and moved some directories. I have installed Livewire and Filament.
When I try to visit a page with a Livewire component I get this error:
Route [livewire.update] not defined.
When I try to visit a Filament page I get this error:
Route [filament.backoffice.auth.login] not defined.
Weird enough when I execute php artisan route:list they just show up as usual. Can anybody help me with this problem?
Please or to participate in this conversation.