2017 © Pedro Peláez
 

project yii2-adminlte

Yii 2 Advanced adminlte Project Template

image

hujianreplace/yii2-adminlte

Yii 2 Advanced adminlte Project Template

  • Sunday, June 3, 2018
  • by hujian2855
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

自定义项目模板 adminlte

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

The Versions