drupal/console-extend-example
Composer 安装命令:
composer require drupal/console-extend-example
包简介
Drupal Console library extend example
README 文档
README
This project contains instructions and sample code to extend Drupal Console adding commands using a standard package/library.
Install on a site:
cd /path/to/drupal/
composer require drupal/console-extend-example
Install globally:
cd cd ~/.console/extend/
composer require drupal/console-extend-example
- For more information about adding commands globally Drupal Console Extend
Conventions to follow
- Composer package type must be declared as
drupal-console-library. - Command registration must be done using the
console.services.ymlfile at package root. - Service definition should done by tagging services as
drupal.command.
统计信息
- 总下载量: 3.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2017-02-07