bazilio/yii2-stubs-generator
最新稳定版本:1.6.2
Composer 安装命令:
composer require bazilio/yii2-stubs-generator
包简介
Yii2 component stubs generator for Yii::$app
README 文档
README
This extension provides no-more-butthurt components & user identity autocomplete generator command for Yii 2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --dev --prefer-dist bazilio/yii2-stubs-generator
or add
"bazilio/yii2-stubs-generator": "~1"
to the require-dev section of your composer.json.
Usage
To use this extension, simply add the following code in your application configuration (console.php):
'controllerMap' => [ 'stubs' => [ 'class' => 'bazilio\stubsgenerator\StubsController', ], ],
# generate stubs for console application
php yii stubs console/config/main.php
# to generate stubs for several apps
php yii stubs console/config/main.php common/config/main.php frontend/config/main.php
File with stubs by default located in vendor directory.
Usage with PhpStorm
- Install
File WatchersJetBrains plugin - Open
File Watchersplugin config and import watcher.xml - Edit imported watcher for your needs
- Add scope to limit trigger to config files:
PhpStorm "multiple definitions exist for class"
To hide this message:
- Find a duplicate class file (not created by this generator), for example:
vendor/yiisoft/yii/YiiBase.php - Mark it as a plain text in file context menu.
统计信息
- 总下载量: 687.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 146
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-07