Libraries tagged by eloquent-models
dniccum/nova-webhooks
4445 Downloads
A tool for Laravel's Nova administrator panel that enables users to create webhooks that can be customized to fire on specified Eloquent model events (created, updated, etc). This allows applications to communicate with other applications and integrations (Zapier, If This Then That, etc).
dive-be/eloquent-super
7461 Downloads
Lightweight MTI (Multi-Table Inheritance) support for Eloquent models
designmynight/laravel-elasticsearch
27981 Downloads
Use Elasticsearch as a database in Laravel to retrieve Eloquent models and perform aggregations.
datacreativa/laravel-presentable
16686 Downloads
Create presenters for Eloquent Models
czim/laravel-nestedupdater
46093 Downloads
Eloquent model updater for nested relations data for Laravel.
cybercog/laravel-ownership
20376 Downloads
Laravel Ownership simplify management of Eloquent model's owner.
cviebrock/eloquent-typecast
58114 Downloads
Trait for Eloquent models to force type-casting on retrieved values
brackets/translatable
210680 Downloads
Make your Eloquent models and other content translated into multiple languages
brackets/media
206804 Downloads
Associate files with Eloquent models
brackets/admin-listing
210005 Downloads
Query-building helper for listing of Eloquent models
bfg/repository
26480 Downloads
Missing repositories for Eloquent models Laravel
baril/orderly
20234 Downloads
Orderable/sortable behavior for Eloquent models.
axn/laravel-models-generator
11647 Downloads
Eloquent model generation from the database.
alvin0/redis-model
3441 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.
alibayat/laravel-commentable
4361 Downloads
Implementing a Comment system for Laravel's Eloquent models.