Libraries tagged by model-traits
lucadello91/eloquent-uuid
8948 Downloads
Laravel Eloquent Model trait for using UUID on primary key
jan-drda/laravel-nosql-connector
12 Downloads
Model trait for using various NoSQL systems on Laravel
ifcon/einvoice
93 Downloads
Einvoice package for Laravel: model, trait, interface, service, controller, and config.
human018/smart-name
16 Downloads
A Model Trait that quickly & intuitively change names from a full name into separate first, last and other name parts.
fdt2k/laravel-models
226 Downloads
Collection of models traits
devxisas/qr-studio
13 Downloads
A modern QR code studio for Laravel — SVG, PNG, EPS, styles, gradients, data types, Blade directive, response macro, and model traits.
deargonauten/translaravel
23 Downloads
A Laravel package which translates all. Routes, models (trait) and strings (gettext-style).
datasdk/tools
1 Downloads
General model tools for DataSDK: settings, slugs, sorting and shared model traits.
codiliateur/eloquent-model-userstamps
139 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
akshay-bhanderi/laravel-master-crud
0 Downloads
Shared master-CRUD scaffolding (base controller, model traits, DataTables grid view, form components, access helper) for Laravel admin panels.
milax/cacheable
846 Downloads
Laravel Model trait for caching all db objects
kyleboehlen/eloquent-uuid
89 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models updated for Laravel 9
helium/eloquent-password-manager
1311 Downloads
A simple Eloquent model trait for managing common password functionality
adamthehutt/eloquent-constructed-event
1877 Downloads
Eloquent model trait to add a 'constructed' event, which will fire immediately after object construction
aciddose/laravel-request-relationships
4047 Downloads
A model Trait for Laravel that let's you automatically load model's relationships by defining then in request parameters