Support the ongoing development of Laravel.io →
Views Architecture
Last updated 1 year ago.
0

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.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kayota2203 kayota2203 Joined 20 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.