You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at vendor/laravel/framework/src/Illuminate/Routing/RouteAction.php:92
88▕ */
89▕ protected static function makeInvokable($action)
90▕ {
91▕ if (! method_exists($action, '__invoke')) {
➜ 92▕ throw new UnexpectedValueException("Invalid route action: [{$action}].");
93▕ }
94▕
95▕ return $action.'@__invoke';
96▕ }
• App\Http\Livewire\admin\Category was not found: Controller class App\Http\Livewire\admin\Category for one of your routes was not found. Are you sure this controller exists and is imported correctly?
UnexpectedValueException
Invalid route action: [App\Http\Livewire\admin\Category].
at vendor/laravel/framework/src/Illuminate/Routing/RouteAction.php:92
88▕ */
89▕ protected static function makeInvokable($action)
90▕ {
91▕ if (! method_exists($action, '__invoke')) {
➜ 92▕ throw new UnexpectedValueException("Invalid route action: [{$action}].");
93▕ }
94▕
95▕ return $action.'@__invoke';
96▕ }
•
App\Http\Livewire\admin\Category
was not found: Controller classApp\Http\Livewire\admin\Category
for one of your routes was not found. Are you sure this controller exists and is imported correctly?9 routes/web.php:28
Illuminate\Support\Facades\Facade::__callStatic()
13 routes/web.php:39
Illuminate\Routing\RouteRegistrar::group()
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
The text was updated successfully, but these errors were encountered: