Home > front end >  Target class [AdminController] does not exist
Target class [AdminController] does not exist

Time:08-10

enter image description hereI have this error when a user returns from login to the admin page (i.e 1

then command do

php artisan optimize
// or 
php artisan optimize:clear

CodePudding user response:

Thank you everyone for your help I have identified the problem, I didn't add this on my kernel

'admin' => \App\Http\Middleware\Admin::class
  • Related