Libraries tagged by laravel-models
salmanzafar/laravel-model-uuid
127 Downloads
A Laravel UUID Package
rvanmarkus/modx-laravel-models
32 Downloads
Build your application / website with help of Laravel and MODX
okipa/laravel-model-json-storage
1376 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
nekman/laravel-model-logger
905 Downloads
Create a log entry every time a model has been inserted, updated or deleted
michael-rubel/laravel-model-mapper
451 Downloads
Collection of functions to loop over your data.
hnhdigital-os/laravel-model-filter
3729 Downloads
Provides model attribute filtering.
bluora/laravel-model-traits
81 Downloads
Provides a collection of useful traits for Laravel Eloquent models.
bluora/laravel-model-dynamic-filter
25 Downloads
Provides model attribute filtering.
bluora/laravel-model-change-tracking
1381 Downloads
Provides support for tracking current user against model changes for the Eloquent ORM
shetabit/stampable
6 Downloads
Add stamp behaviors into laravel models.
raza9798/core-modules
45 Downloads
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
payamjafari/laravel-db-encrypter
146 Downloads
Provides database model attribute encryption/decryption
lolaji/laravel-controller-trait
94 Downloads
A reuseable controller trait for laravel controller
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
x-laravel/model-settings-bag
418 Downloads
Add simple but flexible multiple settings to your Laravel models.