seacjs/yii2-array-settings-storage

Save and Load settings in file, for then load in config

Maintainers

Details

github.com/seacjs/ast

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2020-08-20 07:37 UTC

This package is not auto-updated.

Last update: 2025-03-29 05:23:16 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(); ?>```