Skip to content

Releases: guidocella/eloquent-populator

v3.0.7

Choose a tag to compare

@guidocella guidocella released this 26 Mar 09:32
support Laravel 13

v3.0.6

Choose a tag to compare

@guidocella guidocella released this 25 Feb 11:10
support Laravel 12

v3.0.5

Choose a tag to compare

@guidocella guidocella released this 14 Mar 11:26
support Laravel 11

v3.0.4

Choose a tag to compare

@guidocella guidocella released this 23 Mar 11:39

Actually support Laravel 10 (I forgot to push before drafting the previous release 🤦)

v3.0.3

Choose a tag to compare

@guidocella guidocella released this 15 Feb 08:43

Support Laravel 10

v3.0.2

Choose a tag to compare

@guidocella guidocella released this 08 Feb 16:05
support Laravel 9

v3.0.1: Fix self referential BelongsTo (again)

Choose a tag to compare

@guidocella guidocella released this 30 Oct 10:39
  • Fixed self referential BelongsTo relationships causing infinite recursions
  • Replaced the archived fzaninotto/faker with fakerphp/faker

3.0

3.0

Choose a tag to compare

@guidocella guidocella released this 14 Sep 05:01
  • 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

Choose a tag to compare

@guidocella guidocella released this 04 Mar 21:02

Added Laravel 7 support

2.1.7

Choose a tag to compare

@guidocella guidocella released this 03 Sep 14:36

Added Laravel 6 support.