PHPackages                             eddycjy/e-admin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. eddycjy/e-admin

ActiveLibrary

eddycjy/e-admin
===============

e-admin

1.0.0(8y ago)0111MITJavaScriptPHP &gt;=5.6.0

Since Dec 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/EDDYCJY/e-admin)[ Packagist](https://packagist.org/packages/eddycjy/e-admin)[ RSS](/packages/eddycjy-e-admin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

yii-admin
=========

[](#yii-admin)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6.0
- YII &gt;= 2.0

Installation
------------

[](#installation)

一、Install yii advanced

二、Add yii database connection config

```
'db' => [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=xxx',
    'username' => 'xxx',
    'password' => 'xxx',
    'tablePrefix' => 'xxx_',
    'charset' => 'utf8',
],
```

二、

```
composer require eddycjy/e-admin
```

三、Create AdminController.php and add code on the yii console

```
