Menu Close

Laravel CRUD resource overview

There are ton’s of examples and tutorials on the internet how to create a Laravel CRUD web application. But there are no pictures of the concept itself. I was curious how many views do you need and what action will point to what controller method. What is needed as a response input and after processing what view is returned.

I putted all those questions in one image and the interesting is, you only need 4 views. I have printed this workflow and use it when I need another CRUD operation on an business object. Please be free to download and use it as you need. Please leave a comment if it helped you.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *