Back to articles

10 Efficient (and Fun) Ways to Seed Your Database

Laravel
An article for Tighten
10 Efficient (and Fun) Ways to Seed Your Database

Have you ever wanted to start a project right away, only to realize you need a lot of test data? Yeah, me too. Creating seeders is a chore, but... can we make it efficient and, dare I say, fun?

I wrote an article for Tighten about just that: how to make Laravel seeders using AI, big CSVs, and database dumps, all without the pain.

Check out the article by clicking the box below:

And let me know if you’ve implemented one of these solutions (or other creative ones) in any of your projects!

More in Laravel