Read Time:17 Second
How to solve problem target class does not exist. – Laravel
Check the file app/Providers/RouteServiceProvider.php and uncomment the line:
protected $namespace = 'App\Http\\Controllers';
Then clean the cache:
php artisan route:cache
Refresh the page and you see problem solved
Thank You for Read, Please share and comment your feedback if you like.
Average Rating