Skip to content

tufikhasan/laravel_nine_project

Repository files navigation

Run multiple seeders in one command

php artisan db:seed

Run Specific seeder

php artisan db:seed --class=HomeSeeder
php artisan db:seed --class=AboutSeeder
php artisan db:seed --class=PartnerSeeder
php artisan db:seed --class=FooterSeeder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published