php artisan db:seed
DatabaseSeed the database with records
Options & Flags
Available options for this command
--class=SeederRun specific seeder class
Examples
Common usage examples
Run database seeder
php artisan db:seedRun specific seeder
php artisan db:seed --class=UserSeederRelated Commands
You might also find these useful