repository
by rinvex
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
repository
Repositories for Laravel 5 which is used to abstract the database layer.
repository
by mnshankar
Reusable repository interface - Forked from Caffeinated/repository, modified to work with Laravel 5.0/php 5.4
revisionable
by venturecraft
Keep a revision history for your models without thinking, created as a package for use with Laravel
revisionable
by famdirksen
Keep a revision history for your models without thinking, created as a package for use with Laravel
searchable
by jedrzej
Searchable trait for Laravel's Eloquent models - filter your models using request parameters
searchable
by wkjagt
Make Laravel models instantly searchable, and automatically indexed using Elastic Search.
searchable
by sofa
Extension for Laravel Query Builder providing simple yet powerful fulltext search.
serializer-eloquent
by nilportugues
Eloquent Driver for NilPortugues Serializer outputting valid API responses in JSON, JSON API and HAL+JSON API formats.
skeleton-api
A Slim Framework skeleton for a (almost) REST api that uses JWTs for authentication and Laravel's Eloquent as the ORM
slimphp-vanilla
by simondavies
A simple base app, using the PHP framework Slim at its heart, and implementing Laravel's Eloquent ORM
sluggable
by bpocallaghan
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
smartmodel
by hitoz
Self-validating smart models for Laravel 5's Eloquent O/RM Inspired by Aedent/LaravelBook