Why is Route not working in Laravel 8 ?Q & A › Category: Laravel › Why is Route not working in Laravel 8 ? 1 Vote Up Vote Down Brian asked 4 years ago TweetSharePinShare0 SharesMy routes are not working saying target class not found??1 Answers 1 Vote Up Vote Down Best Answer srx webdesign Staff answered 4 years ago You have to write the route in the following way: ‘App\Http\Controllers\ProductController@index’ or use App\Http\Controllers\ProductController; [Product::class,’index’]