Libraries tagged by laravel trait
emresari89/laravel-tags
96 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
curly-deni/laravel-permission-policy
13 Downloads
A lightweight Laravel package for reusable, trait-based policy checks supporting CRUD, ownership, and private resource access.
brunogritti/laravel-user-activity-logs
121 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
gustavosantarosa/setschema-trait-postgresql
434 Downloads
SetSchema Trait Postgresql for Laravel
xt/laravel-userstimetamps
287 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
t-labs-co/trait-and-helper
6 Downloads
Collection of traits and helpers for Laravel.
sinemacula/laravel-async-polling
1 Downloads
A simple polling trait, designed to extend Laravel's queued jobs with asynchronous polling
sanjay-np/laravel-generator
0 Downloads
Laravel package to generate actions, traits and services
rukhsar/traitcommand
501 Downloads
A laravel artisan command to generate trait quickly.
phpfour/laravel-userstamps-for-backpack
118 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application. This forks make that work for Backpack for Laravel.
nickrupert/laravel-helpers
4 Downloads
A collection of common use traits and functions for Laravel
mahmudz/laravel-mongo-notifiable
5 Downloads
Notifiable trait compatible with official laravel-mongodb package
labrodev/laravel-uuidable
27 Downloads
Laravel package providing a reusable trait that automatically assigns a UUID to Eloquent models upon creation.