Perhaps the 'as' is what you are looking for.
Route::get('/', array('uses' => 'appList\login\LoginController@showLogin', 'as' => 'login'));
Do you know how to get that to work with Route::resource
? I'm not sure converting all my Route::resource
to Route::get
will have a positive net gain. I could not find any namespace examples where people explicitly use namespaces in Route::resource
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community