I have installed the Laravel framework and i would like to start using it but I am missing something...
I added Route::get('users', function() { return 'users!'; }); in the htdocs/testproject/app/routes.p...
I tried http://localhost/testproject/public/users and I receive a 404 error not found
The Laravel portal for problem solving, knowledge sharing and community building.