[Laravel 11] Create Dummy Table and Its Content using DB Seeder

Creating dummy data in your Laravel project is essential when building and testing applications. In this tutorial, we’ll walk through how to create a table and populate it with fake data using Laravel’s powerful Factory and Seeder features. Step 1: Set Up Your Database Before we begin, you need to set up your database and Read more about [Laravel 11] Create Dummy Table and Its Content using DB Seeder[…]

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