Libraries tagged by laravel trait
nbz4live/laravel-backpack-helpers
7204 Downloads
Several helpers, traits, etc for Laravel Backpack
jjclane/laravel-sqlite-migrations
15944 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
grungestranger/laravel-eloquent-table-name-trait
11351 Downloads
Eloquent trait to get the names of tables of your models statically.
ianrothmann/laravel-model-convention
5056 Downloads
A Model Trait to override standard laravel 5 model conventions for use with larger scale databases
cedextech/trait-generator
6296 Downloads
A Laravel Generator For Creating New Traits
yakovenko/laravel-class-generator
35 Downloads
A Laravel package to generate Utility, Service, Trait and Helper classes
pion/laravel-support-eloquent
5785 Downloads
Package with small support traits and classes for the Laravel Eloquent models
estgroupe/laravel-taggable
6287 Downloads
Taggable Trait for using tag inside Laravel Eloquent models, with Baum's Nested Set pattern support.
yarob/laravel-expirable
1128 Downloads
Laravel 5.0+ package to add expirable trait to eloquent models
loqbox/laravel-applies-filters
27666 Downloads
A simple trait to add backend filtering to Laravel APIs
astrotomic/laravel-auth-recovery-codes
24916 Downloads
This package provides Laravel bindings and a Eloquent/Model trait for pragmarx/recovery package.
toneflix-code/laravel-fileable
4487 Downloads
Laravel Fileable exposes methods that make handling file upload with Laravel filesystem even easier, it also exposes a trait that automatically handles file uploads for you.
omaralalwi/laravel-time-craft
66 Downloads
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
nemesis/laravel-filter-and-sorting
26083 Downloads
Filter And Sorting trait
mouadziani/laravel-model-trackable
8 Downloads
A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait