Libraries tagged by eloquent aes
renoki-co/laravel-useful-casts
3579 Downloads
Laravel Useful Casts is a simple package for Laravel 7.0+ that comes with already-tested and already-written, useful casts for Eloquent models.
paxha/laravel-sluggable
4034 Downloads
This package provides an event that will generate a unique slug when saving or creating any Eloquent model.
norse-blue/parentity
76 Downloads
Parentity is a package that allows the use of MTI entities in Laravel 5.7+ using Eloquent models.
niladam/laravel-visits
14 Downloads
A simple package to record visits on your eloquent models or pages
nelkasovic/laravel-metable
893 Downloads
A package for attaching arbitrary data to Eloquent models
moirei/media-library
461 Downloads
Manage media library with a directory system and associate files with Eloquent models.
modularsoftware/laravel-gedcom
1483 Downloads
A package that converts gedcom files to Eloquent models
michaeljennings/laralastica
2935 Downloads
A laravel package that allows you to search eloquent results using elasticsearch.
luchavez/simple-files
1528 Downloads
A simple approach to adding polymorphic files such as images to any Eloquent models in Laravel 9|10
kyle-noland/laravel-base-repository
59 Downloads
A flexible Laravel repository pattern foundation for working with Eloquent ORM
kamansoft/laravel-blame
2567 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
jeffersongoncalves/laravel-created-by
10 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
inmanturbo/ecow
10 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
hedii/laravel-date-range
40549 Downloads
A date range trait with local scope methods for Laravel Eloquent models
gtk/larasearch
3930 Downloads
A driver based solution to searching your Eloquent models supports Laravel 5.2 and Elasticsearch engine.