laravel-countries icon indicating copy to clipboard operation
laravel-countries copied to clipboard

Seeders folder instead seeds

Open sebastian-sulbaran opened this issue 1 year ago • 0 comments

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!

sebastian-sulbaran avatar Nov 10 '22 03:11 sebastian-sulbaran