laravel-relations
by ratiborro
Generating model relations in existing model files by database columns
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.
interactive-model
This library is helpful to record data in the Eloquent models interactively via the command line.
laravel-uuid
by michalkortas
Simply create Eloquent Models & database tables with UUID/GUID primary keys.
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-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-address-creator
by loots-it
This package provides an Address Model, Migration and Factory. It also provides the traits HasBillingAddres and HasPublicAddress
laravel-address-model
by loots-it
This package provides an Address Model, Migration and Factory. It also provides the traits HasBillingAddres and HasPublicAddress
laravel-meta
by mphpmaster
Fluent Meta Data for Eloquent Models, as if it is a property on your model. hlaCk Edition
laravel-json-api-generator
Fork of MartianAtWork Components for Laravel Framework code generation.
laravel-model-ts-type
by scrumble-nl
This package makes it possible to generate TypeScript types based on your models
laravel-repository
by kelcampus
Cópia do pacote Artesãos Warehouse Tag 3.0.0 ajustado para o Laravel 10
laravel-eloquent-filter
A simple laravel package to filter models and relations
laravel-model-hash
A trait which automatically generates a unique hash per model instance
laravel-passport-models
by repat
Eloquent Models for the oauth_ tables as created by laravel/passport
simple-laravel-eloquent-uuid
by kadevland
A simple Trait provides the ability to use UUID generator in your Eloquent models
laravel-csr
by scrumble-nl
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
laravel-hashids
by cirlmcesc
Automatically generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers for the Eloquent model.