Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.75 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.75 KB

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