hildaaaa
Results
1
issues of
hildaaaa
Since Laravel8, seeders have been moved to `database/seeders` See here: https://laravel.com/docs/8.x/seeding However currently the migration creation file tries to create the seeder at: `$seeder_file = $this->laravel->path."/../database/seeds/CountriesSeeder.php";` So this is failing...