Libraries tagged by laravel trait
copemsamx/laravel-seedable
5 Downloads
Laravel package that allows seeding based on a trait and custom seeder
codekj/laravel-date-scopes
1444 Downloads
Provides date scopes for Laravel Eloquent models
cliffordjames/laravel-urls
194 Downloads
Url trait for Eloquent models
clabsid/easy-laravel-package
21 Downloads
Easy package for create repository, service, traits, view from artisan and generate custom ID
chrisdicarlo/laravel-dynamic-queue-workers
1 Downloads
Traits to supercharge your Artisan commmands that use queues and workers.
boomdraw/laravel-canonicalizable
986 Downloads
Canonicalizer package for Laravel
bmatovu/laravel-publishable
39 Downloads
Laravel publisable.
bluecode/laravel-nullable-field
7 Downloads
This trait allows you to easily flag attributes that should be set as null.
bitsoftsol/laravel-administration
7 Downloads
Laravel administration is the autometically building the crud for web and apis when developer will create model and use the LaravelAdmin or LaravelAdminAPI Traits. Developer can build model and schema also using laravel administration interface.
biiiiiigmonster/laravel-remote
3 Downloads
Laravel framework eloquent driver
beatsync/laravel-uuid
28 Downloads
A simple UUID trait for your Eloquent models.
bakgul/laravel-file-creator
122 Downloads
This package aims to create the app, database, and test files. It can be a replacement for Laravel's file generator because this package offers some quite nice features. It offers extra file types like interface, trait, service, etc. Depending on the settings, it can create dozens of files with a single command and connect them to each other properly.
arzeroid/laravel-model-ssh-encryptable
15 Downloads
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
arzeroid/laravel-model-encryptable
7 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
andrey-vasin/laravel-request-filters
708 Downloads
Simple & lean request filtering for Laravel 5.6+