Libraries tagged by moloquent
omaressaouaf/query-builder-criteria
77 Downloads
Define reusable query criteria for filtering, sorting, search, field selection, and includes in Laravel Eloquent models
obelaw/trail
31 Downloads
Minimal, activity trail for Eloquent models.
martinpham/laravel-openapi-generator
12 Downloads
Generate OpenAPI specification from Laravel routes and Laravel Eloquent/Laravel Data objects.
lightning/model
53 Downloads
Light & fast PHP ORM, using Hydrahon (query builder), Carbon (DateTime extension) and Eloquent's Collection component (Laravel).
liangguifeng/hyperf-scout-meilisearch
7 Downloads
Hyperf MeiliSearch Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
justnotiyann/filament-schema-resource
13 Downloads
Artisan command to generate Filament form & table schema files based on Eloquent model.
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.
isolution/meta-data
50 Downloads
This service provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured approach to store, retrieve, and manipulate data stored as key-value pairs.
icodestuff/laravel-notes
567 Downloads
Provides the ability to add notes to your Eloquent models in Laravel.
hemp/machinery
128 Downloads
Simple Laravel Eloquent model state machines
gabrielesbaiz/duplicate-toolkit
322 Downloads
A lightweight helper package to handle Eloquent model duplication.
eventbrain/cloner
37 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
ayup-creative/laravel-limit-columns
625 Downloads
'Automatic' distinct column selection for Laravel's Eloquent ORM
ayoub-amzil/soft-delete-logger
4 Downloads
Log soft deletes and restore actions on Eloquent models with user tracking in Laravel.