Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeders folder instead seeds #135

Open
sebastian-sulbaran opened this issue Nov 10, 2022 · 1 comment
Open

Seeders folder instead seeds #135

sebastian-sulbaran opened this issue Nov 10, 2022 · 1 comment

Comments

@sebastian-sulbaran
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants