terrence-howard/ide-alias
Composer 安装命令:
composer require terrence-howard/ide-alias
包简介
README 文档
README
This is a laravel artisan that generates autocomplete files in a similar way to IDE Helper. Instead of generating one file, it creates a directory and copies the classes, functions, and docblocks into separate files for each class. This works well with the vim-php-namespace plugin for instance.
Installation
- Install via composer:
composer require --dev terrence-howard/ide-alias:dev-master - Add the service provider to your
app/config/app.phpin theprovidersarea:'TerrenceHoward\IdeAlias\IdeAliasServiceProvider'
Usage
Call the command from within laravel with php artisan ide:alias. It will generate dummy classes in the app/storage/ide directory.
Make sure that is in your .gitignore!
Respect
This class was originally created by Terrence Howard. All credit goes to him.
统计信息
- 总下载量: 966
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-08-18