Libraries tagged by model accessor
sethphat/eloquent-docs
44461 Downloads
Generate PHPDoc scope for your Eloquent models (columns, accessors and more)
korridor/laravel-computed-attributes
17100 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
35496 Downloads
Allows to cache attribute accessor values in an easy way.
sfneal/casts
56081 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
laravel-enso/dynamic-methods
37732 Downloads
Dynamic methods, relations or accessors for models
softcomtecnologia/custom-accessor-and-mutator
3931 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
gsferro/powermodel
412 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
awobaz/eloquent-auto-append
816 Downloads
Automatically append accessors to model serialization
waad/laravel-generate-repository-api
61 Downloads
package to generate repository design pattern with all accessories
laravel-liberu/dynamic-methods
3023 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
7 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