© Sanjib Sinha 2017

Sanjib Sinha, Beginning Laravel, 10.1007/978-1-4842-2538-7_10

10. Model, View, Controller Workflow

Sanjib Sinha

(1)Howrah, West Bengal, India

So far we have learned a few important things, including routing, controller , view, database migrations, and eloquent model. Actually we’ve learned a lot and done a lot of things that cannot be done in such a short period of time with such small lines of code.

We’ve used MySQL database to build a simple task table where we can now create, retrieve, update, and finally delete our tasks using tinker on our terminal.

In fact we’ve done a lot of things quite easily with less code. You’ve built a full-fledged CRUD (create, retrieve, update, delete) application without writing a single line of ...

Get Beginning Laravel: A beginner's guide to application development with Laravel 5.3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.