You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In its current form, docs are severely lacking over explaining how the seeder works.
I know it has some form of seeding support because 1) There is a "Seeder Introduction" section, but it doesn't even mention how to do a insert, and 2) a migrations\seeders folder is created, but CLI --help doesn't show me how to populate it.
As a beginner in this particular project, I have several doubts that I'd appreciate an answer, either by improving docs or even here in this forum:
What is the CLI command to create a seeder? Or is it just a db-migrate create?
If it just a create, how does the seeders folder get populated?
Is it because "seeding" is just inserting after creating in my regular migration files?
If some sort of seeding instruction on manual exists, I can help submitting a PR improving the docs. But as of know I don't even know how seeding works, exactly.
In its current form, docs are severely lacking over explaining how the seeder works.
I know it has some form of seeding support because 1) There is a "Seeder Introduction" section, but it doesn't even mention how to do a insert, and 2) a
migrations\seeders
folder is created, but CLI--help
doesn't show me how to populate it.As a beginner in this particular project, I have several doubts that I'd appreciate an answer, either by improving docs or even here in this forum:
db-migrate create
?create
, how does theseeders
folder get populated?If some sort of seeding instruction on manual exists, I can help submitting a PR improving the docs. But as of know I don't even know how seeding works, exactly.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: