Libraries tagged by laravel-trait
mantey/laratrait
30 Downloads
An easy way to create a trait with php artisan command
evercode1/trait-maker
2537 Downloads
Artisan Command To Create A Trait Stub
ysm/with-transaction
11 Downloads
Laravel trait to automatically wrap model operations in transactions.
torzer/laravel-datetime-mutator
364 Downloads
Laravel traits mutators to help Date Time manipulation on Eloquent Models
striderwhite/encryptable
2 Downloads
A Laravel trait for encrypting and decrypting model attributes using MySQL AES encryption.
service-to/uses-detail
9 Downloads
A Laravel trait for handling dynamic model attributes using a JSON detail column
outerweb/enum-helpers
112 Downloads
Laravel traits to enhance php enums
moraesgil/entity-validator-trait
277 Downloads
A simple Laravel trait for call Validation by your entitie to allow data creating or updating.
moraesgil/api-restful-trait
25 Downloads
A simple Laravel trait with restful crud implementation.
claudye/laravel-hooks
531 Downloads
A Laravel Trait for Hooking Before and After Method Calls
banulalakwindu/laravel-column-helpers
16 Downloads
Laravel traits and migration macros for common model columns.
phirational/laravel-conditional-seeder
444 Downloads
Laravel trait providing methods for conditional database seeding.
weremagine/laravel-traits
56 Downloads
A collection of opinionated Traits for use with Laravel.
visiarch/laravel-trait
17 Downloads
A simple Laravel package to create traits, using artisan commands
vcx/laravel-trait-enum
1 Downloads
A Laravel trait to handle ENUM database columns easily.