yuncms / yii2-admin
The admin module for the yuncms.
Installs: 575
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- xutl/yii2-fontawesome-asset: ~2.0.0
- xutl/yii2-inspinia-widget: ~1.0
- yii2tech/ar-position: ~1.0
- yiisoft/yii2: ~2.0.6
- yiisoft/yii2-queue: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/specify: ~0.4.3
- codeception/verify: ~0.3.1
- yiisoft/yii2-debug: ~2.0.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.0.0
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yuncms/yii2-admin
or add
"yuncms/yii2-admin": "~2.0.0"
to the require
section of your composer.json.
Configuring your application
Add following lines to your main configuration file:
'bootstrap' => [ 'yuncms\admin\Bootstrap', ], 'modules' => [ 'admin' => [ 'class' => 'yuncms\admin\Module' ], ],
Updating database schema
After you downloaded and configured Yii2-admin, the last thing you need to do is updating your database schema by applying the migrations:
$ php yii migrate/up
License
This is released under the MIT License. See the bundled LICENSE.md for details.