laravel-searchable
by sqits
Package to add an easy way to add a basic search functionality to your models
laravel-request-scope
by submtd
Adds sorting, filtering and other options as query parameters to Laravel apps.
elastic-laravel
Esté paquete contiene todo lo necesario para poder integrar eleastic con laravel. Para asi poder explotar todas las caracteristicas de laravel.
laravel-mediable
by wutaophp
A package for easily uploading and attaching media files to models with Laravel
laravel-virtual-fields
by jsefton
Allow eloquent models to store and retreive data against anything without needing a specific database column
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