Libraries tagged by Laravel Eloquent
neurony/laravel-duplicate
120426 Downloads
Duplicate any Eloquent model along with its underlying relationships
hihaho/laravel-encryptable-trait
62098 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
rennokki/rating
16438 Downloads
Laravel Eloquent Rating allows you to assign ratings to any model.
pecee/pixie
25860 Downloads
Lightweight, fast query-builder for PHP based on Laravel Eloquent but with less overhead.
okeonline/filament-archivable
5982 Downloads
A filament plugin to use archivable models
jiaxincui/closure-table
7692 Downloads
A closure table tree package for laravel eloquent
audunru/eager-load-pivot-relations
34630 Downloads
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.
alexcrawford/lexorank-sortable
8700 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
ajcastro/searchable
32273 Downloads
Pattern-matching search for Laravel eloquent models.
agog/osmose
10900 Downloads
Elegant filtering for laravel's eloquent models
visual-ideas/moonshine-spatie-medialibrary
8254 Downloads
Spatie\MediaLibrary field for MoonShine Laravel admin panel
tiagomichaelsousa/laravelfilters
23935 Downloads
Laravel Filters is a package that allows to filter eloquent models in a clean way.
sleimanx2/plastic
141344 Downloads
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
sleeping-owl/with-join
87088 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join.
sagalbot/encryptable
47538 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.