Laravel 5.6 and 5.7 Basic 1 : Simple CRUD
Laravel is a PHP Open Source framework accomodating Model-View-Controller (MVC) architecture. At the moment (2018) Laravel has reached version 5.6. In this basic tutorial, we will create a simple CRUD. Later we will create a table with only four columns, the id, name, created_at, and updated_at. Before we begin, laravel should have been installed in Read more about Laravel 5.6 and 5.7 Basic 1 : Simple CRUD[…]