yuncms / yuncms-admin
The admin module for the yuncms.
Installs: 1 847
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- xutl/yii2-inspinia-widget: ~1.0
- yii2tech/ar-position: ~1.0
- yiilab/yii2-fontawesome-asset: ~1.0.0
- yiisoft/yii2: ~2.0.6
- yiisoft/yii2-queue: ~2.0.0
- yuncms/yuncms-core: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/verify: ^0.4.0
This package is auto-updated.
Last update: 2022-07-09 17:25:24 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yuncms/yuncms-admin
or add
"yuncms/yuncms-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.