The setup of a controller route is different,
Route::controller(
'groups',
'GroupsController',
array(
'getIndex' => 'groups.index',
)
);
Might need to swap the getIndex array as I'm not remembering if it is name => action or action => name.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community