Libraries tagged by model options
secretwebmaster/laravel-optionable
166 Downloads
Allow any Eloquent model to have own options such as user options, page options, etc.
thetalabs/laravel-database-encryption
16616 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
maxkalahur/laravel-model-settings
8 Downloads
This Laravel package allows you to attach settings to Laravel Models, save them in DB and encrypt.
larsemil/modeloptions
19 Downloads
Easy key value options for your models
dragosmocrii/model-meta
20 Downloads
Save and retrieve meta settings for any models.
miciew/eloquent-options
45 Downloads
Options for eloquent model
anyuzhe/model-org
8 Downloads
options json for Model.
netkod-bilisim/laravel-model-settings-bag
90 Downloads
You can add simple and flexible, single or multiple settings to your Laravel models.
mjducharme/laravel-model-json-storage
179 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
mattyeend/laravel-model-service
9 Downloads
Extends Laravel make:model to also create a service class when using -S flag or --service option.
chrisabey84/laravel-cached-options-list
305 Downloads
A simple package that allows you to cache all rows on a relationship model for use in select arrays on forms
set_st/yii2-filter
1 Downloads
yii2-filter add options and filters to your model
pistol88/yii2-filter
506 Downloads
yii2-filter add options and filters to your model
dvizh/yii2-filter
1589 Downloads
yii2-filter add options and filters to your model
rinvex/laravel-settings
103 Downloads
Rinvex Settings is a Laravel package for setting management. You can add, update, and delete application settings with ease, and use like the detaul Laravel config options. It comes with the ability to override config options on runtime, and supports tenantable features out of the box.