Libraries tagged by laravel trait
theoluirard/laravel-get-table-name
9 Downloads
A package that adds a trait to the Laravel Model class and extends the Laravel Relation class with two new types of relations.
tagging/laravel-tagging
6 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
softtechnoes/laravel-tagging
27 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow colorful Tags. Models can be marked as Taggable.
said/laravel-translatable
66 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
rifrocket/trait-console
7 Downloads
Console command to create Traits for the Laravel
qmagix/laravel-tagging
21 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable. Derived from rtconner's work for compatibility with MySql 5.6
phu1237/laravel-awesome-validation
45 Downloads
Collection of useful Traits, etc for Laravel Validation
lanehub/laravel-bit-status
159 Downloads
laravel orm bit status trait
kossmoss/laravel-tagging
7 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
jeanlrnt/laravel-cancellable
66 Downloads
An cancellable trait package for Laravel Eloquent models
idevin/laravel-tagging
300 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
emresari89/laravel-tags
96 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
brunogritti/laravel-user-activity-logs
126 Downloads
Creates a laravel table, model and trait that logs all user activity based on which model it's imported
bolv88/laravel-tagging
17 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
anexia/laravel-basemodel
143 Downloads
A laravel module that provides traits to extend eloquent model's filter, search, sorting, pagination, functionality