Libraries tagged by eloquent aes
bernskiold/laravel-record-merge
7 Downloads
A package for Laravel to merge two Eloquent models into one.
bbatsche/entrust
1254 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel 4
azmolla/transaction-middleware
6 Downloads
A Laravel middleware package that wraps DELETE requests in a DB transaction also a provides trait and class to call methods in a database transaction.
azeemhassni/laravel-auditing-filesystem
89 Downloads
A filesystem driver for the owen-it/laravel-auditing package. Allows storage of the audits in CSV files, across all registered Laravel disks.
awssam/larattributes
15 Downloads
Larattributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
attakinsky/encryptable
23 Downloads
It is a simple trait that allows you to encrypt and decrypt on the fly multiple fields in your Eloquent models.
ashupp/laravel-addresses
13 Downloads
Rinvex Addresses is a polymorphic Laravel package, for addressbook management. You can add addresses to any eloquent model with ease.
ashique-ar/laravel-crud-generator
41 Downloads
A powerful, configuration-driven CRUD API generator for Laravel with advanced features including permissions, filtering, sorting, bulk operations, and custom logic handlers.
arzeroid/laravel-model-ssh-encryptable
15 Downloads
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
arzeroid/laravel-model-encryptable
7 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
artelogic/mongodb-relations
82 Downloads
A MongoDB relations for Laravel (Moloquent)
arberd/geonames
2079 Downloads
A collection of models and commands to get all the power of GeoNames in Eloquent ORM.
alscheuring/revisionable
9 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
allcaretravel/laravel-repositories
348 Downloads
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.
allcaretravel/laravel-categories
317 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.