Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer install fetching error #1

Open
Naman-Bahre opened this issue Sep 26, 2022 · 1 comment
Open

composer install fetching error #1

Naman-Bahre opened this issue Sep 26, 2022 · 1 comment

Comments

@Naman-Bahre
Copy link

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi

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 class App\Http\Livewire\admin\Category for one of your routes was not found. Are you sure this controller exists and is imported correctly?

  +8 vendor frames

9 routes/web.php:28
Illuminate\Support\Facades\Facade::__callStatic()

  +3 vendor frames

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

@tauseedzaman
Copy link
Owner

if you found any bug plz open full request with your solution
thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants