Check the case of the class, namespace and where it's being called. I have a bad tendency to do App\user instead of App\User.
Feb 28, 2016
4
Level 6
Class not found after deploy
when you deploy the application for a vps, started giving the following error:
Class 'App\Http\Controllers\WebApp\BaseController' not found
The class exists, namespaces are correct and have run the follow commands:
composer dump-autoload
composer dump-autoload -o
php artisan optimize
php artisan cache:clear
ever happened to anyone?
Level 47
1 like
Please or to participate in this conversation.