Skip to content

Releases: christophrumpel/laravel-factories-reloaded

v3.0.0

04 Apr 07:48
873dc87
Compare
Choose a tag to compare

Add PHP 8 Support

v2.2.0

13 Apr 07:34
c889129
Compare
Choose a tag to compare
  • Add support for custom "default/vanilla" Laravel factories namespace

v2.1.0

22 Feb 07:03
3cc0fa0
Compare
Choose a tag to compare
  • Improve immutable features so we do not have to clone the factory in our states every time ourselves.

v2.0.2

06 Nov 16:30
1b927ee
Compare
Choose a tag to compare
  • Use faker as singleton from the container instead of creating it every time #64

v2.0.1

23 Oct 09:11
Compare
Choose a tag to compare
  • Update dependencies to only support L8

v2.0

23 Oct 09:00
Compare
Choose a tag to compare
  • Add Laravel 8 support
  • Generating Laravel Factories Reloaded classes will import data from your L8 factory classes if you want to
  • This version ONLY works with Laravel 8

v1.3.0

13 Jul 08:16
c36ac43
Compare
Choose a tag to compare
  • add method to define relationship with a factory class instance to provide more flexibility for defining custom data on the related models #58

v1.2.0

02 Jul 07:51
Compare
Choose a tag to compare
  • Add support for closures when defining or overriding default data #56

1.1.1

25 Jun 10:09
1139add
Compare
Choose a tag to compare
  • Use getKey method instead of assuming the id is always the key. #55

v.1.1.0

21 Jun 08:43
Compare
Choose a tag to compare
  • stack relations #51
  • add support for BelongsTo and MorphTo #51