mhmiton / laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.
MIT License
187 stars 34 forks source link

Invalid route action: [Modules\Core\Http\Controllers\Modules\Core\Http\Livewire\Pages\HomePage] #12

Closed Adroit11 closed 3 years ago

Adroit11 commented 3 years ago

Hi, After installing the Laravel 8 latest version v8.52.0, I got this Error :

Modules\Core\Http\Controllers\Modules\Core\Http\Livewire\Pages\HomePage was not found. Controller class Modules\Core\Http\Controllers\Modules\Core\Http\Livewire\Pages\HomePage for one of your routes was not found. Are you sure this controller exists and is imported correctly?

Thanks

mhmiton commented 3 years ago

Maybe this is the route namespace issue. You should remove the route namespace from the modules route service provider. You can check this - https://github.com/mhmiton/laravel-modules-livewire/issues/2#issuecomment-761831051