feat: add seeder command and configuration for database seeding

This commit is contained in:
Andras Bacsai
2024-12-11 21:31:12 +01:00
parent a7330fe52b
commit d2ff8c6521
3 changed files with 29 additions and 4 deletions

View File

@@ -6,10 +6,7 @@ cd /var/www/html
foreground {
php
artisan
db:seed
--class
ProductionSeeder
--force
start:seeder
}