Skip to content

3.0.0

Compare
Choose a tag to compare
@rdgout rdgout released this 24 Feb 13:23
· 6 commits to master since this release
4f40547

Version 3 is here!

We made a few changes to be ready for the future. This includes dropping support for older PHP versions and old Laravel versions.
Since we love the changes PHP8 have brought us we decided to drop support for any versions older than Laravel 9.
If you still want to use the package with Laravel 8 or are unable to upgrade to PHP 8 or newer, feel free to continue using 2.x.

Changes:

  • Add support for Laravel 9

Breaking changes:

  • Legacy factory loading is disable by default and must be enabled for each module that wants to use it.
    Add protected bool $enableLegacyFactoryLoading = true; to your module to continue attempting to load legacy factories.
  • Drop support for Laravel 8