Releases: christophrumpel/laravel-factories-reloaded
Releases · christophrumpel/laravel-factories-reloaded
v1.0.8
- Also make it possible to pass factory instances for a relation in the
overwriteDefaults
method
v1.0.7
- Add option for unguard models
v1.0.6
v1.0.5
v1.0.4
v1.0.3
- Fix some mistakes for imported states
v1.0.2
v1.0.1
- Fix missing factory namespace config entry
v1.0.0
- model paths in config is now an array to define multiple locations
- when using the "times" method combined with "make" you will get a model with relations set manually. (both are not persisted yet)
- big refactor
- rewrite of the readme
v0.0.16
- Add phpdoc block to support VS Code autocomplete