Libraries tagged by laravel trait
quantumtecnology/setschema-trait-postgresql
410 Downloads
SetSchema Trait Postgresql for Laravel
gustavosantarosa/setschema-trait-postgresql
434 Downloads
SetSchema Trait Postgresql for Laravel
xt/laravel-userstimetamps
288 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
7 Downloads
Collection of traits and helpers for Laravel.
sinemacula/laravel-async-polling
2 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
503 Downloads
A laravel artisan command to generate trait quickly.
phpfour/laravel-userstamps-for-backpack
119 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
5 Downloads
A collection of common use traits and functions for Laravel
mahmudz/laravel-mongo-notifiable
6 Downloads
Notifiable trait compatible with official laravel-mongodb package
labrodev/laravel-translatable
0 Downloads
Laravel package providing a reusable trait for multilingual search in Eloquent JSON fields.
labrodev/laravel-trackable
4 Downloads
Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
labrodev/laravel-numberable
4 Downloads
Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
jerrydepredator/laravel-predator-api-utils
81 Downloads
A collection of utility classes and traits to streamline common Laravel development tasks, including error handling, paginated responses, data handling, middleware creation, a base repository for advanced filtering, keyset pagination, base query filtering, and more. This package aims to reduce boilerplate code often encountered in Laravel projects.
jasonmccallister/laravel-uuid-as-id
24 Downloads
Simple Laravel package that includes a trait for using UUIDs and IDs on Eloquent models