pierresilva / laravel-repository
Reusable Laravel repository interface.
5.3
2017-02-12 01:36 UTC
Requires
- php: >=5.6.4
- illuminate/config: 5.3.*
- illuminate/support: 5.3.*
This package is auto-updated.
Last update: 2024-11-19 00:33:52 UTC
README
Repository package allows the means to implement a standard boilerplate repository interface. This covers the standard Eloquent methods in a non-static, non-facade driven way right out of the box. Fear not though Batman! The Repository package does not limit you in any way when it comes to customizing (e.g overriding) the provided interface or adding your own methods.
Quick Installation
Begin by installing the package through Composer.
composer require pierresilva/laravel-repository