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.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
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\seedersfolder is created, but CLI--helpdoesn'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 theseedersfolder 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.