Releases: guidocella/eloquent-populator
Releases · guidocella/eloquent-populator
v3.0.5
v3.0.4
Actually support Laravel 10 (I forgot to push before drafting the previous release 🤦)
v3.0.3
Support Laravel 10
v3.0.2
support Laravel 9
v3.0.1: Fix self referential BelongsTo (again)
- Fixed self referential BelongsTo relationships causing infinite recursions
- Replaced the archived fzaninotto/faker with fakerphp/faker
3.0
- The package has been rewritten for Laravel 8; see the README.
- Removed the integration with Translatable since it was complex to maintain and I've been using the simpler Multilingual (which I properly republished since themsaid abandoned it) for years.
2.1.8
Added Laravel 7 support
2.1.7
Added Laravel 6 support.
2.1.6
Added Laravel 5.8 support.
2.1.5
v2.1.5 Fix changelog