Populated Content

This commit is contained in:
2025-09-15 11:44:26 +10:00
parent 5ad54abff2
commit f0e7ce30fc
177 changed files with 1859 additions and 5463 deletions

View File

@@ -14,6 +14,9 @@ class DatabaseSeeder extends Seeder
public function run(): void
{
// User::factory(10)->create();
$this->call(ContinentSeeder::class);
$this->call(CountrySeeder::class);
User::factory()->create([
'name' => 'Test User',