eloquenttable
by piotrtheis
An HTML table generator for laravel collections, upgrade for Steve Bauman package
eloquentuuid
by lucasmichot
Provides a unique Base62-encoded UUID representing a given state of a model instance
encryptable
by sagalbot
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
filterable
by heroicpixels
Laravel package for dynamically filtering Eloquent results using URL query string.
image-attacher
by cbcaio
Add uploaded images to models in an easy-to-use and fast approach. Process and save modified versions of images, like avatar, thumbnail, different sizes, you decide. Write images using flysystem.
immutability
by davidmpeace
A simple Laravel package that allows you to enforce immutable attributes on Eloquent models.
ink-sluggable
by ink
Easy creation of slugs for Eloquent and EloquentTranslatable models in Laravel 4.
l5-repository
by acacha
Laravel 5 - Repositories to the database layer. Based on prettus/l5-repository