jrean / laravel-repository

A generic repository implementation for Laravel with a few extras.

Home Page:http://lyften.com/projects/laravel-repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Repository

Build Status Latest Stable Version Total Downloads Patreon donate button Donate weekly to this project using Gratipay Donate to this project using Flattr Donate to this project using Paypal

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

Official Documentation

Documentation for the package can be found on Lyften.com.

Change Log

v0.4.1

  • Caching updates

v0.4.0 - (Skinny version)

  • Removed Factory
  • Removed excessive caching
  • Removed Authorization/Policies
  • Update the code to PSR-4 compliant
  • Simplified caching
  • Removed events
  • Added search
  • Improved ordering
  • Updated documentation

v0.3.0

  • Added support for Laravel 5.3
  • Added Scopes
  • New caching setup

About

A generic repository implementation for Laravel with a few extras.

http://lyften.com/projects/laravel-repository

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%