Libraries tagged by yii2 settings
eapanel/yii2-app-params-settings
26 Downloads
File app/config.params.php management
tejrajs/setting
124 Downloads
Yii2 Framework Dynamic Setting - Development package
sergey-lisitsyn/yii2-key-value-settings-storage
184 Downloads
Storage in database for persist, retrieve and manage system settings for web application
amin3mej/setting
8 Downloads
a module for yii2 that make setting crud and component
simplator/settings
167 Downloads
Yii2 Database multidomain settings
yiiman/yii-module-setting
76 Downloads
Dynamic setting module for Yii2
pantagruel74/yii2-active-records-manager
261 Downloads
Yii2 active records manager: for setting ActiveRecordInterface to class config map and creating, and searching active records used interface
ale10257/yii2-app-basic-with-env-settings
6 Downloads
Yii 2 Basic Project Template with environment settings
wearesho-team/yii2-header-language-selector
1 Downloads
Library for configuring auto setting language from headers in yii2 application
yiiplus/yii2-kvstore
1 Downloads
kvstore 是以 key->value 数据结构进行存储
trafficsland/yii2-widget-depdrop
52 Downloads
Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)
synatree/yii2-readonly-behavior
224 Downloads
This behavior class allows you to specify an attribute which, upon setting or being set, prevents the model from being changed. Think of it as a latch that locks the model once a particular value has been set and saved.
startpl/yii2-sitemanager
6 Downloads
Settings for multilanguage, multidomain site
solutosoft/yii-settings
1793 Downloads
The Shared Database used by all tenants
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions