logo laravel

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[…]

logo laravel

Laravel 5.6 Basic 1 : Membuat CRUD Sederhana

Laravel merupakan salah satu framework PHP yang bersifat Open Source dan mengikuti arsitektur Model-View-Controller (MVC). Saat ini (2018) Laravel sudah mencapai versi 5.6. Di tutorial dasar kali ini, kita akan membuat sebuah CRUD sederhana. Kita akan membuat tabel dasar yang hanya berisi empat kolom, yaitu id, name, created_at, dan updated_at. Sebelum memulai tutorial ini, laravel Read more about Laravel 5.6 Basic 1 : Membuat CRUD Sederhana[…]