An open API service indexing awesome lists of open source software.

https://github.com/torann/laravel-repository

A generic repository implementation for Laravel with a few extras.
https://github.com/torann/laravel-repository

Last synced: about 2 months ago
JSON representation

A generic repository implementation for Laravel with a few extras.

Awesome Lists containing this project

README

        

# Laravel Repository

[![Latest Stable Version](https://poser.pugx.org/torann/laravel-repository/v/stable.png)](https://packagist.org/packages/torann/laravel-repository)
[![Total Downloads](https://poser.pugx.org/torann/laravel-repository/downloads.png)](https://packagist.org/packages/torann/laravel-repository)
[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/torann)
[![Donate to this project using Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CJA2A97NPYVU)

The Laravel Repository package is meant to be a generic repository implementation for Laravel.

- [Laravel Repository on Packagist](https://packagist.org/packages/torann/laravel-repository)
- [Laravel Repository on GitHub](https://github.com/torann/laravel-repository)

## Official Documentation

Documentation for the package can be found on [Lyften.com](http://lyften.com/projects/laravel-repository/).