Libraries tagged by model accessor
sethphat/eloquent-docs
49978 Downloads
Generate PHPDoc scope for your Eloquent models (columns, accessors and more)
korridor/laravel-computed-attributes
19055 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
astrotomic/laravel-cachable-attributes
35941 Downloads
Allows to cache attribute accessor values in an easy way.
sfneal/casts
57567 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
laravel-enso/dynamic-methods
38113 Downloads
Dynamic methods, relations or accessors for models
softcomtecnologia/custom-accessor-and-mutator
4169 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
awobaz/eloquent-auto-append
820 Downloads
Automatically append accessors to model serialization
waad/laravel-generate-repository-api
62 Downloads
package to generate repository design pattern with all accessories
gsferro/powermodel
437 Downloads
Forma elegante e eficiente de formatar campos de data, hora e afins ao exibir, colocando somente um sufixo no nome original do atributo sem precisar declarar Accessors e/ou Mutators dentro da model
laravel-liberu/dynamic-methods
3055 Downloads
Dynamic methods, relations or accessors for models
reshadman/eloquent-faster
3725 Downloads
Simple none-I/O cache for eloquent model configs, like mutators and accessors.
a1dbox/laravel-model-accessor-builder
10 Downloads
You can build query on model accessor. Sort or filter by accessor, and at the same time it's a regular model accessor
igorwanbarros/custom-accessor-and-mutator
620 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
abdelhafz/trans-accessor
4 Downloads
simple model translate accessor that help save yor time and make you dry
yepwoo/laravel-parser
2 Downloads
Easily load model relations / accessories / attributes from frontend without changing your API