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
smartmodel
by aziz
Self-validating smart models for Laravel 5's Eloquent O/RM Inspired by Aedent/LaravelBook
spicy-repositories
by monospice
A lightweight repository framework using functional criteria for more fluid code.
squirrel
by davidmpeace
Laravel package that automatically caches and retrieves models when querying records using Eloquent ORM
tenants
by cortex
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
tenants
by rinvex
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
translatable
by brackets
Make your Eloquent models and other content translated into multiple languages
userstamps
by wildside
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
viewer
by stevebauman
A presenter-like package but used for attaching modular views on a retrieved eloquent record
with-join
by sleeping-owl
Package to convert Eloquent BelongsTo subqueries into one query with left join.
wordpress-eloquent
A Laravel wrapper for wordpress which turns all Wordpress models into Laravel Eloquent Models.