© Sanjib Sinha 2017

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

13. A CRUD Application

Sanjib Sinha

(1)Howrah, West Bengal, India

I don’t want to elaborate this application because I believe you’re smart enough to follow what will take place in a few minutes when you’ll have a look at the subsequent codes.

The application we’re going to make is very simple. John Doe is a user who wants to create a review page for his web site. He must have an index page. From that index page one can go the detail section of the reviews he has been keeping. To do that, he has a database migration file first.

First we create that file (consult the database migration chapter). Our file is named something like this: 2016_09_03_015541_create_reviews_table. ...

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.