Libraries tagged by model meta
rinvex/laravel-statistics
4051 Downloads
Rinvex Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
mehadi/laravel-crud-generator
373 Downloads
A laravel package to generate CRUD by giving Model and database table column
pstk/paystack-magento2-module
5529 Downloads
Paystack Magento2 Module using \Magento\Payment\Model\Method\AbstractMethod
devgeniem/dustpress-js
59781 Downloads
A DustPress plugin that provides a handy JavaScript library for using your DustPress Model methods on the front end.
ngmy/laravel-ide-helper-eloquent
5290 Downloads
Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support @mixin.
tkachikov/laravel-withtrashed
1939 Downloads
Trait for set magic method withTrashed for models with SoftDelete
shaka/dynamic-update-trait
6510 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
quartzy/php-email
9420 Downloads
A domain model for describing emails that is indifferent towards sending methods.
omnicode/lara-model
10278 Downloads
Useful model methods
bennett-treptow/laravel-cached-mutators
3855 Downloads
Cached model mutators
phpolar/model-resolver
565 Downloads
Unifies implementations that create models from method arguments.
softcomtecnologia/custom-accessor-and-mutator
4475 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
gawsoft/laravel-macroable-models
1278 Downloads
Fork from a package for adding methods to Laravel models on the fly
gsferro/powermodel
449 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
welshdev/doctrine-base-repository
445 Downloads
A base repository for Doctrine to provide powerful array based queries without using specific repository methods