Releases: pp-spaces/laravel-repository
Releases · pp-spaces/laravel-repository
v1.0.0 - Public Release
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