How to Build a Basic Laravel CRUD App Part 2
9 years ago
In the previous part, we’ve bootstrapped our Laravel CRUD application by creating the database, some controllers, basic routes and simple views. In this part, we’ll wrap things up and implement proper CRUD.
Link: