seacjs / yii2-array-settings-storage
Save and Load settings in file, for then load in config
Package info
Type:yii2-extension
pkg:composer/seacjs/yii2-array-settings-storage
dev-master
2020-08-20 07:37 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-14 10:10:41 UTC
README
Save and Load settings in file, for then load in config
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist seacjs/yii2-array-settings-storage "*"
or add
"seacjs/yii2-array-settings-storage": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \seacjs\ast\AutoloadExample::widget(); ?>```