webpatser / laravel-countries

Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.
MIT License
737 stars 231 forks source link

Seeders folder instead seeds #135

Open sebastian-sulbaran opened 1 year ago

sebastian-sulbaran commented 1 year ago

I found an issue with the countries:migration laravel command excecution. I have fixed it chanching the seeds forder for seeders folder name. In the /vendor/webpatser/laravel-countries/src/commands/MigrationCommand.php

$seeder_file = $this->laravel->path."/../database/seeders/CountriesSeeder.php";

I think this could be a laravel version case. but is easy to fix it.

Thxs!

hugoboss17 commented 3 weeks ago

Had this issue today and solved that way too, it seems the package is no longer maintained