terrence-howard/doc-make
Composer 安装命令:
composer require terrence-howard/doc-make
包简介
README 文档
README
Please use ide-alias instead.
Doc Make Command
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/doc-make:dev-master - Add the service provider to your
app/config/app.phpin theprovidersarea:'TerrenceHoward\DocMake\DocMakeServiceProvider'
Usage
Call the command from within laravel with php artisan doc:make. It will generate dummy classes in the app/autocomplete directory.
You can change the directory it saves to with --path=path/to/autocomplete. Remember to put that directory in your .gitignore!
Respect
This class was originally created by Terrence Howard. All credit goes to him.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-08-18