hujianreplace/yii2-adminlte

Yii 2 Advanced adminlte Project Template

v0.1 2018-06-02 22:58 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:02:49 UTC


README

main-local.php 增加gii配置

'generators' => [ //here
    'crud' => [
        'class' => 'yii\gii\generators\crud\Generator',
        'templates' => [
            'adminlte' => '@backend/widgets/gii/crud/simple',
        ],
    ],
],

配置

  1. 根目录运行 php init
  2. 根目录运行 composer install