I have a problem when I use routes in lavarel 5.0, I only need to call this route:
Route::get('home', 'HomeController@index');
But the browser shows me this, when I writhe http://localhost/course/public/home:
Not Found
The requested URL /course/public/hola was not found on this server.
Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80
If I write http://localhost/course/public/ the index works but the other routes doesn't work, I don't now why.
Thaks for your help.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire