I'm Learning laravel php framework and I'm having a problem.
I'm using this tutorial
And I'm having problem with:
Symfony\Component\HttpKernel\Exception\NotFoundHttpException
and
Class App\controllers\Admin\AuthController does not exist
I tried to do
composer dump-autoload
and
artisan dump-autoload
but nothing helped.
Here's the link of the repository on Github
vendor/composer/autoload_classmap.phpand search for the class. it may happen that you have some typo in namespace or whatever but if it is register there, then you will know what to add. - itachi