Package Data | |
---|---|
Maintainer Username: | pierresilva |
Maintainer Contact: | pierre.silva@lab3studio.com (Pierre Silva) |
Package Create Date: | 2017-02-12 |
Package Last Update: | 2017-02-12 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:02:39 |
Package Statistics | |
---|---|
Total Downloads: | 123 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
Begin by installing the package through Composer.
composer require pierresilva/laravel-repository