Have you entered the correct namespace and class name?
Oct 11, 2022
5
Level 1
Class not found error
Good day, please i just hosted a laravel project on a linux cpanel using terminal but after doing so I was getting this error: In ProviderRepository.php line 208: Class "App\Providers\ComposerServiceProvider" not found I have checked config/app configuration is fine php artisan config::clear and composer dump-autoload dint fix the error.
HELP
Level 102
Make sure that the casing of the filename and class are the same. It does not matter on Mac and windows, but Linux is case sensitive
1 like
Please or to participate in this conversation.