Skip to content

v1.0.0 - Public Release

Latest
Compare
Choose a tag to compare
@socheatsok78 socheatsok78 released this 11 Apr 05:18
· 37 commits to master since this release
7995853

1.0.0 - 2019-04-11

  • Major overhauled of the Base Repository class
  • Add Route Model Binding to the Repository for faster data query
  • Add before hook to add query scope

UPGRADE

- use PPSpaces\Repositories\Model as Repository;
+ use PPSpaces\Repositories\Repository;

DEPRECIATED

  • Drop the use of injecting Model from the __construct
  • repository.model.stub: all method will not be part of the generated Repository class

Read more

https://github.com/pp-spaces/laravel-repository#how-to-upgrade