bazilio/yii2-stubs-generator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bazilio/yii2-stubs-generator

最新稳定版本:1.6.2

Composer 安装命令:

composer require bazilio/yii2-stubs-generator

包简介

Yii2 component stubs generator for Yii::$app

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

This extension provides no-more-butthurt components & user identity autocomplete generator command for Yii 2.

in action

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

  1. Install File Watchers JetBrains plugin
  2. Open File Watchers plugin config and import watcher.xml
  3. Edit imported watcher for your needs
  4. Add scope to limit trigger to config files:

PhpStorm "multiple definitions exist for class"

To hide this message:

  1. Find a duplicate class file (not created by this generator), for example: vendor/yiisoft/yii/YiiBase.php
  2. Mark it as a plain text in file context menu.

统计信息

  • 总下载量: 687.51k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 146
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 1

GitHub 信息

  • Stars: 146
  • Watchers: 14
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-07