Route::get('test',array('uses'=>'HomeController@showWelcome'));
It should be Route::get
not Root::get
.
Do you have mod_rewrite
enabled?
Accessing through http://localhost/laravel/index.php/test works?
Thanks you brunogaspar. Problem solved. It was because mod_rewrite wasn't enabled.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community