I have installed the Laravel framework and i would like to start using it but I am missing something...
I have everything working on OpenSuse 13.1, with Apache2. Now when i enter localhost/test/users it...
localhost/testproject/public/index.php/users works http://stackoverflow.com/questions/16897504/larav...
localhost:8000/users worked But If You have arrived appears when I am using Apache2 what do I need t...
I tried boh localhost/testproject/public/users and localhost/testproject/app/users with the same r...
I changed the route to Route::get('/users', function() { echo "users!"; }); with the same...
The Laravel portal for problem solving, knowledge sharing and community building.
The community