feat: add SeedDemoDataCommand for seeding production-like demo data for testing representations, doctors, clinics, users, appointments, and commissions

This commit is contained in:
hamed
2026-07-09 08:07:41 +03:30
parent 0750bc9812
commit 0ad8487aac
16 changed files with 3454 additions and 1155 deletions
+4
View File
@@ -24,6 +24,10 @@ services:
arguments:
$projectDir: '%kernel.project_dir%'
App\Shared\Command\SeedDemoDataCommand:
arguments:
$environment: '%kernel.environment%'
App\Doctor\Controller\DoctorController:
arguments:
$projectDir: '%kernel.project_dir%'