rhubarbphp/custard
Composer 安装命令:
composer require rhubarbphp/custard
包简介
Provides command line tools for Rhubarb projects.
README 文档
README
Command line tools for Rhubarb
Add to your project
composer require rhubarbphp/custard
Call from the command line
Ensure you're currently in the root of your Rhubarb project, then call:
php vendor/rhubarbphp/custard/src/custard.php list
Replacing "list" with any command you wish to run.
Document Models command
php vendor/rhubarbphp/custard/src/custard.php document-models [your schema name]
This method will inspect all the models in your SolutionSchema and add phpDoc @property definitions for all model columns and relationships. This allows code completion and type hinting in intelligent IDEs such as PhpStorm.
统计信息
- 总下载量: 82.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 15
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-10-01