laracasts / TestDummy

Easy factories for PHP integration testing.
https://laracasts.com/lessons/whats-new-in-testdummy
MIT License
456 stars 80 forks source link

Create Models from json/array #104

Open quarkmarino opened 9 years ago

quarkmarino commented 9 years ago

I think the package and specially the feature that allows you to create related models recursively could get the data from an array or a json object in some way, and build you the whole structure, or part of it, not sure if possible or planned, but certanly would help in some situations.