Today, we are going to learn about Laravel migration with seeding. Laravel provides awesome migration with seeder functionality. Laravel seeder is very helpful for creating the dummy data for migration table. We can create the migration with dummy data for testing purpose using Laravel seeder.

laravel seeding

Let’s say we are creating a new migration for Blog table with sample data.