Support the ongoing development of Laravel.io →
Laravel Artisan Blade
0

"Illuminate\routing\Controller" there have one mistake routing to Routing . Its replace in "use Illuminate\Routing\Controller" . Hope that it will be works.

0

Step 1 - check your laravel log file to see more details and call stack Step 2 - check your routes file to see if you try to use "Controller" classes without importing the namespace correctly Step 3 - try different types of composer dump-autoload. If you use the authoriative type, it will only find files that was there when you ran the command. If you ran it without any parameters, it will scan the directories each time and find classes that matches PSR-4 autoloading standard.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.