Part 2 of the Laravel Factory Patterns series


Part 1: Stop Writing Arrays in Your Tests
Part 2: Building the Data Factory Package (you are here)


Originally published on barrento.dev


After my last article on using Laravel factories with Data Objects, I kept thinking: why should only Laravel developers get this elegant API?

If you're...