fakefactory
fakefactory copied to clipboard
Foreign ID Chaining
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.