Libraries tagged by laravel trait
pawelmysior/laravel-publishable
18478 Downloads
Toggle the published state of your Eloquent models easily
mannikj/laravel-sti
5439 Downloads
A single table inheritance trait for you eloquent models
flyhjaelp/laravel-eloquent-orderable
4176 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.
yieldstudio/eloquent-public-id
52113 Downloads
Eloquent Public ID Trait for Laravel 9 and above.
thepublicgood/is-presentable
6680 Downloads
Simple Laravel model presenter trait
maggomann/filament-model-translator
5936 Downloads
The package translates the Eloquent models using a currently specified translation file. The Eloquent models are used internally in [filament's](https://filamentphp.com/) Resources and RelationManagers for translation. This package provides traits for the Resources and RelationManagers to translate them automatically.
laravel-ready/model-support
2420 Downloads
Useful model support traits
honed/core
16642 Downloads
Shared utilities for developing the Honed Laravel ecosystem.
gregoryduckworth/encryptable
51945 Downloads
A simple trait to make attributes encrypted in the database
greabock/tentacles
34284 Downloads
Da epic tentacles for Eloquent
foxws/wireuse
9171 Downloads
Collection of Livewire traits and utilities
defstudio/enum-features
1886 Downloads
A simple trait to enable a feature system using Enums and Laravel Pennant
bpocallaghan/titan
11169 Downloads
Core framework for laravel projects (Laravel Admin Starter).
rinvex/tmp-watson-validating
265138 Downloads
Eloquent model validating trait.
gearbox-solutions/has-one-file
408 Downloads
Adds HasOneFile trait for easy file management for Laravel models