thephpleague / factory-muffin

Enables the rapid creation of objects for testing
https://factory-muffin.thephpleague.com/
MIT License
531 stars 72 forks source link

Add seed examples to README.md #385

Closed saada closed 8 years ago

saada commented 9 years ago

Added some example code for seeding the database. This is based on my answer here: http://stackoverflow.com/questions/28548137/one-to-many-relationships-with-factorymuffin-in-php/28612034#28612034

scottrobertson commented 9 years ago

I will leave this one to @GrahamCampbell, but my only suggestion is to use braces in the foreach loop :)

saada commented 9 years ago

there... anything else :smile_cat: ?

GrahamCampbell commented 9 years ago

Sorry this is taking so long. I'm going to give the documentation some love in the first week of July this year.

GrahamCampbell commented 8 years ago

Thanks.