Libraries tagged by laravel trait
mouadziani/laravel-model-trackable
7 Downloads
A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait
karabinse/laravel-commentable
165 Downloads
Easily add a commentable trait to a Eloquent model
igaster/laravel-translate-eloquent
3333 Downloads
Description
igaster/laravel-model-options
718 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
heseya/laravel-searchable
3716 Downloads
Search trait for Eloquent models
gustavosantarosa/validate-trait
1002 Downloads
ValidateTrait for Laravel
gustavosantarosa/perpage-trait
994 Downloads
ValidateTrait for Laravel
francescomalatesta/laravel-reactions
135 Downloads
flyhjaelp/laravel-eloquent-orderable
2401 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
brekitomasson/laravel-model-finder
789 Downloads
A simple trait that makes building your own custom Laravel Model Searches a lot easier.
boytunghc/laravel-mongo-notifiable
5683 Downloads
A trait will help you connect to mongodb and do notification
beitsafe/laravel-uuid-auditing
11274 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
abdulbaset/response-format-trait
31 Downloads
A PHP package for standardizing and formatting API and web responses.
spatie/laravel-or-abort
3945 Downloads
A trait to add OrAbort functions to a class
cybercog/laravel-likeable
5486 Downloads
Make Laravel Eloquent models Likeable & Dislikeable in a minutes!