library laravel-repository
Reusable Laravel repository interface.
pierresilva/laravel-repository
Reusable Laravel repository interface.
- Sunday, February 12, 2017
- by pierresilva
- Repository
- 1 Watchers
- 1 Stars
- 104 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 5 % Grown
Repository
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., (*1)
Quick Installation
Begin by installing the package through Composer., (*2)
composer require pierresilva/laravel-repository
dev-master
9999999-dev
Reusable Laravel repository interface.
Sources
Download
MIT
The Requires
laravel
repository
eloquent
5.3
5.3.0.0
Reusable Laravel repository interface.
Sources
Download
MIT
The Requires
laravel
repository
eloquent