I am having problems creating routes with aliases in Laravel, I can use normal routes, however, when I add an alias in the route as:
Route::get('admin/categories', ['as'=>'categoria','uses'=>'AdminCategoriesController@index']);
Sorr...
asked by
10.12.2015 / 23:24