I am using Laravel 5.2 on centos 5.8 server and getting the following error:
ReflectionException in Route.php line 280: Class xxxx\Http\Controllers\CpanelController does not exist ErrorException in ClassLoader.php line 412: include(/home/xxxx/vendor/composer/../../app/Http/Controllers/CpanelController.php): failed to open stream: Permission denied
I'm trying to:
php artisan cache:clear
chmod -R 777 storage
composer dump-autoload
But the problem persists
Bullgod
source share