关键词:trait

31
Toggle the published state of your Eloquent models easily
33
Model trait for using various NoSQL systems on Laravel
35
Add Reportable trait to Laravel Eloquent models
36
Addition of useful methods for Eloquent models
38
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
39
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
40
Simple trait to use bitwise operators on any class
41
This package provides a streamlines and easy way to create api based service on laravel
43
SoftEnable is a Laravel package which lets you easily manage enabled and disabled model.
44
Trait for Laravel Eloquent models to allow easy implementation of a 'flag' feature.
45
PHP trait to manage the Laravel Entity on ElasticSearch via Elastiquent
47
A Laravel Eloquent Model trait for adding a UUID to Eloquent Models
49
A trait for Laravel/Lumen Model id encryption.
50
A trait that can be included on eloquent models to utilize the Aylien text analysis php sdk
51
Easy Laravel Mailer trait ready so that you can write cleaner mailers.
53
Unique slug generator for Laravel 5. Clone of Caffeinated Slugs
54
A trait for filtering and sorting Query Builder results, based on Laracasts/Dedicated-Query-String-Filtering
57
A simple trait to allow fluently querying repositories with an eloquent model. Gives back the flexibility of eloquent to some extent, while remaining explicit on which methods are supported by a repository.
58
A trait to serialize and unserialize deleted models in queued Laravel events.