hujianreplace/yii2-adminlte

Yii 2 Advanced adminlte Project Template

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:project

pkg:composer/hujianreplace/yii2-adminlte

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

This package is not auto-updated.

Last update: 2025-11-18 12:27:43 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