2017 © Pedro Peláez
 

yii2-extension yuncms-admin

The admin module for the yuncms.

image

yuncms/yuncms-admin

The admin module for the yuncms.

  • Wednesday, February 7, 2018
  • by xutl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1,790 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Administrator Extension for Yii 2

Latest Stable Version Total Downloads Build Status Dependency Status License, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require --prefer-dist yuncms/yuncms-admin

or add, (*4)

"yuncms/yuncms-admin": "~2.0.0"

to the require section of your composer.json., (*5)

Configuring your application

Add following lines to your main configuration file:, (*6)

'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:, (*7)

$ php yii migrate/up 

License

This is released under the MIT License. See the bundled LICENSE.md for details., (*8)

The Versions

07/02 2018