Welcome Guest, Not a member yet? Register   Sign In
Resource Controller and scafoldings
#1

Resource Controllers are controllers that are templated to have basic REST Verbs in the methods, such as Index, Update, Delete, Create, etc. Refer to Laravel Resource controllers.

C#.Net uses scaffolding to create Views for a controller. and the MasterPage  is fully  bootstrapped Menu and responsiveness.
all these makes for rapid development.
Reply
#2

Very familiar with what they are. Rails had them prior to Laravel, IIRC. Resource Routing is already a thing. As for generating the controller, that's something the team has decided is not part of the core framework but might show up as an optional package. I've got a start on some scaffolding tools already with vulcan.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB