Libraries tagged by eloquent aes
backpack/download-operation
1885 Downloads
Quickly add a Download button to your Laravel/Eloquent entries. But let's face it, you'll use this as Download Invoice PDF, won't you?
aurorawebsoftware/arflow
2156 Downloads
ArFlow is a Laravel package that allows you to implement workflow management for your Laravel Eloquent models.
leofranca47/abstract-repository-eloquent-laravel
636 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
envivolink/eloquent-hashids
7973 Downloads
Automatically generate hashids in Laravel for a new Eloquent Model.
robindrost/prismic-eloquent
9930 Downloads
Laravel package that let you use the Prismic api in a more (friendly) eloquent like way.
tool4/laravel-eloquent-query-cache
1097 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
roddy/firestore-eloquent
348 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
rkooistra/super-eloquent-repository
2599 Downloads
A concrete repository for Eloquent models to allow quick implementation of common functionalities, such as CRUD and search methods. Save yourself the boring stuff.
jlorente/laravel-eloquent-splitted-dates-trait
5373 Downloads
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
dppublicity/laravel-eloquent-query-cache
993 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
necenzurat/eloquent-meta
8223 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
leuverink/eloquent-hashid-binding
4586 Downloads
A drop in solution for eloquent route model binding with hashid's
vaskiq/eloquent-light-repo
85 Downloads
A lightweight repository pattern implementation for Laravel Eloquent models
sroutier/eloquent-ldap
8681 Downloads
A Laravel package that first tries to log the user against the internal database if that fails, it tries against the configured LDAP/AD server.
maestroerror/eloquent-regex
19 Downloads
Eloquent Regex brings the simplicity and elegance to regular expressions. Designed for Laravel developers, this package offers a fluent, intuitive interface for building and executing regex patterns in your PHP applications.