Skip to content

Releases: orkhanahmadov/eloquent-repository

3.0.0

14 Mar 12:51
12b2f06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...3.0.0

2.4.0

16 Dec 08:11
2e678a4
Compare
Choose a tag to compare
  • Added PHP 8 support
  • Dropped PHP 7.2 support

2.3.0

19 Sep 08:35
Compare
Choose a tag to compare

Laravel 8 support. Thanks @absolutezeroo

2.2.0

27 Aug 08:34
Compare
Choose a tag to compare
  • Now it is possible to set a model entity with $entity property in Repository class
  • Dynamically set model entity with setEntity() method