Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-setting-toolkit
Tools to create configuration section in the administration panel for Yii2
https://github.com/voskobovich/yii2-setting-toolkit
Last synced: 2 days ago
JSON representation
Tools to create configuration section in the administration panel for Yii2
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-setting-toolkit
- Owner: voskobovich
- Created: 2015-07-25T08:40:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T18:35:10.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T09:27:22.770Z (25 days ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Admin Setting Toolkit
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist voskobovich/yii2-setting-toolkit "~3.0"
```or add
```
"voskobovich/yii2-setting-toolkit": "~3.0"
```to the require section of your `composer.json` file.