pierresilva / laravel-repository by pierresilva

Reusable Laravel repository interface.
123
1
2
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-04-14 15:08:33
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

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