I made php artisan config:clear
.
After that I write and run php artisan serve
and
I got
In app.php line 5: Class "Route" not found
Class "Route" not found
error. What should I do?
Thanks for your answers. :)
CodePudding user response:
Check your app.php file in 'aliases' array this code exists or not
'Route'=> "Illuminate\Support\Facades\Route",
CodePudding user response:
Try this code
php artisan config:cache