Libraries tagged by laravel trait
p-andrey/tentacles
12711 Downloads
Da epic tentacles for Eloquent
omnispear/searchable
1168 Downloads
Eloquent model search trait.
maggomann/filament-only-icon-display
5844 Downloads
The package provides the `HasOnlyIcon` trait for [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation). With this trait it is possible to display the table actions buttons only as icon or optionally only as icon including tooltip. The package currently provides the table action buttons (`CreateAction`, `DeleteAction`, `EditAction` and `ViewAction`) that already contain the trait. Own table action buttons can be extended with the `HasOnlyIcon` €trait, so that the methods are then available.
laravel-enso/versions
8712 Downloads
Prevents update conflicts using the pessimistic lock pattern in Laravel
laravel-enso/versioning
16818 Downloads
Prevents update conflicts using the optimistic lock pattern in Laravel
jonnypickett/eloquent-sti
939 Downloads
Single Table Inheritance for Eloquent ORM
d-scribe/laraquick
1756 Downloads
A collection of classes to be extended/used in laravel applications for quick development
carsdotcom/single-table-inheritance
8273 Downloads
Single Table Inheritance Trait
bpocallaghan/sluggable
20310 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
velitsol/userstamps
1201 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
darkghosthunter/laratraits
2183 Downloads
Laratraits is a package containing useful traits to use along your Controllers, Service Providers, Commands and what not. Take a look!
simplesoftwareio/simple-cache
10306 Downloads
An easy to use caching trait for Laravel's Eloquent Models.
lucadello91/eloquent-uuid
8448 Downloads
Laravel Eloquent Model trait for using UUID on primary key
mc0de/console-timer
166 Downloads
A trait for tracking execution time in Laravel console commands
lucastuzina/laranums
457 Downloads
Provides a trait with useful utility methods for enums in Laravel