logo laravel

Membuat Blog dengan Laravel 5.6 dan AdminLTE 3 (3) – Membuat Data Dummy

Dibagian ketiga Membuat Blog dengan Laravel 5.6 dan AdminLTE 3, kita akan : Membuat tabel posts dan model Post Membuat beberapa dummy data menggunakan database seeder Sebelumnya, file .env perlu disetting dulu sesuai dengan informasi database yang digunakan di komputer Anda.

1. Membuat table Posts dan Model Post Buka terminal kemudian ketik :

Read more about Membuat Blog dengan Laravel 5.6 dan AdminLTE 3 (3) – Membuat Data Dummy[…]

logo laravel

WordPress-Like Blog Laravel 5.6 and AdminLTE 3 (3) – Create Dummy Data

In this third part of creating WordPress-Like Blog using Laravel 5.6 and AdminLTE 3, we will : Create Post model and posts table Prepare some dummy data using database seeder Before we proceed, we need to make sure the database information inside .env file has been properly set according to your database credentials :

Read more about WordPress-Like Blog Laravel 5.6 and AdminLTE 3 (3) – Create Dummy Data[…]