wsl/gii
Composer 安装命令:
composer require wsl/gii
包简介
The Gii extension for the Yii framework
关键字:
README 文档
README
Gii Extension for Yii 2
生成带swagger注释
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --dev --prefer-dist wsl/wslgii
or add
"wsl/wslgii": "*"
to the require-dev section of your composer.json file.
Usage
Once the extension is installed, simply modify your application configuration as follows:
return [ 'bootstrap' => ['gii'], 'modules' => [ 'gii' => [ 'class' => 'wsl\gii\Module', ], // ... ], // ... ];
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2021-05-24