I am starting to learn how to work with laravel but got a problem. When I go to: http://localhost/testing/public/ I get a working page but when I typ for example http://localhost/testing/public/home which is one of my views I get a 404 error. Does someone know how to fix this?
Edit: I am using the latest version of laravel and when I do for example:
Route::view('/home', 'home');
In my routes/web.php I get that error