fakefactory
fakefactory copied to clipboard
A model factory package for Laravel 4 with expressive API for creating custom tailored dummy objects
when can this support laravel 5? its the best faker I used
It would be nice if the codebase detected and ignored deleted_at fields.
I was having issues with using Fakefactory to chain related models, i.e. Fakefactory::with('table_one')->with('table_two')->with('table_three')->create('table_four'); Table four was failing foreign key constraints for all of the other tables.