eloquent-insert-as-model
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
laravel-tagging
by idevin
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
laravel-elasticsearch
by daalvand
Use Elasticsearch as a database in Laravel to retrieve Eloquent models and perform aggregations.
laravel-database-session-model
by repat
Eloquent Model for the sessions table as created by artisan session:table
laravel-addressable
by nunomazer
Laravel Addressable is a polymorphic Laravel package, for addressbook management. You can add addresses to any eloquent model with ease.
laravel-tags
by emresari89
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
interactive-model
This library is helpful to record data in the Eloquent models interactively via the command line.
laravel-has-many-merged
by korridor
Custom relationship for Eloquent that merges/combines multiple one-to-may (hasMany) relationships
laravel-dynamic-column
by halalsoft
Provides a trait for Laravel Eloquent/Query builder to handle MariaDB Dynamic Column.
laravel-model-builder
by jimbolino
builds eloquent models based on the tables and relations found in your mysql database
laravel-dummy-observer
Mock Eloquent model save and make assertions on saved data
laravel-revisions
by karl456
Create multiple revisions of any Eloquent model record along with its underlying relationships
laravel-model-encryption
by magros
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel-struct
by proai
A Laravel package for using structs with Laravel including attribute casting.
laravel-query-filter
by omalizadeh
A laravel package for resource filtering via request query string
laravel-repository
A simple package to create a make:repository command for Laravel
laravel-database-encryption
by hthang369
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
laravel-tags
by suppercup
Rinvex Tags is a polymorphic Laravel package, for tag management. You can tag any eloquent model with ease, and utilize the awesomeness of Sluggable, and Translatable models out of the box.
laravel-cacheable
by suppercup
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
laravel-attributes
by suppercup
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
laravel-meta
by mphpmaster
Fluent Meta Data for Eloquent Models, as if it is a property on your model. hlaCk Edition
laravel-api-response
by faridibin
A Laravel package for consistently formatted API responses with support for JSON, XML, and YAML.
laravel-json-response
by faridibin
A Laravel package for consistently formatted API responses with support for JSON, XML, and YAML.
laravel-simple-repository
by elegantmedia
Lightweight Repository pattern for Laravel 13+ projects with strict typing and modern PHP features.
laravel-likeable
by turahe
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.