extpoint /
ExtPoint Yii2 Boilerplate项目的代码生成器
2.3.8
2018-08-07 03:03 UTC
Requires
- php: >=5.4.0
- extpoint/yii2-core: *
- yiisoft/yii2: *
Requires (Dev)
- dev-master
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-alexandr-generic-crud
- dev-alexandr-master
This package is not auto-updated.
Last update: 2024-09-22 05:16:39 UTC
README
基于ExtPoint Yii2 Boilerplate项目的代码生成
安装
- 通过Composer安装包
composer require extpoint/yii2-gii
- 将模块添加到应用程序配置中
<?php use extpoint\yii2\components\ModuleLoader; ModuleLoader::add('gii', 'extpoint\yii2\gii\GiiModule'); // <-- return [ 'id' => 'my-project', // ... ];
- 将搜索小部件添加到webpack搜索部分
require('extpoint-yii2/webpack') .base(/* ... */) // ... .widgets('./vendor/extpoint/yii2-gii/lib/widgets') // <--
重启webpack。