Libraries tagged by model options
dragosmocrii/model-meta
20 Downloads
Save and retrieve meta settings for any models.
emresari89/laravel-model-meta
80 Downloads
Laravel Model Meta Options
miciew/eloquent-options
44 Downloads
Options for eloquent model
anyuzhe/model-org
8 Downloads
options json for Model.
netkod-bilisim/laravel-model-settings-bag
89 Downloads
You can add simple and flexible, single or multiple settings to your Laravel models.
mjducharme/laravel-model-json-storage
175 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.
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
secretwebmaster/laravel-optionable
11 Downloads
Allow any Eloquent model to have own options such as user options, page options, etc.
set_st/yii2-filter
1 Downloads
yii2-filter add options and filters to your model
pistol88/yii2-filter
503 Downloads
yii2-filter add options and filters to your model
dvizh/yii2-filter
1554 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.
andrewdanilov/yii2-behaviors
175 Downloads
Various behaviors for AR models
jeremy379/search-extension
5 Downloads
Allow to search, order, sort and paginate quickly any request by extending Eloquent Model option
zapatta/laravel-make-service
11 Downloads
Generate a make:service command and add to make:model -s option to autogenerate