This extension provides no-more-butthurt components & user identity autocomplete generator command for Yii 2.
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
.
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.
- Install
File Watchers
JetBrains plugin - Open
File Watchers
plugin config and import watcher.xml - Edit imported watcher for your needs
- Add scope to limit trigger to config files:
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.