This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Seeds directory
#5258
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default using Laravel 8 and
composer require tcg/voyager
will require^1.4
but get1.x-dev
. And no update is possible. Also it's impossible to require1.4.2
latest release becauseIn this situation Voyager
1.x-dev
will place their seeds (afterphp artisan voyager:install
) intodatabase/seeds
directory and make it impossible to create new seeders withphp artisan make:seeder
because Laravel will put new v8 namespaced seeder into old seeds dir (they explicitly have that condition).All this stuff pushes me to think that i'm doing something wrong or missing something simple.
How can i use Voyager v1.4.2 (where issue with seeders dir seems to be fixed) with L8?
Beta Was this translation helpful? Give feedback.
All reactions