riddlestone/brokkr-console
Composer 安装命令:
composer require riddlestone/brokkr-console
包简介
A Laminas module for Symfony Console
README 文档
README
A Laminas module for Symfony Console
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
composer require riddlestone/brokkr-console
Usage
To include your Symfony\Component\Console\Command\Command commands in the console, add them to your module's config file:
<?php return [ 'console' => [ 'commands' => [ 'My\\Command', ], ], 'service_manager' => [ 'factories' => [ 'My\\Command' => 'My\\CommandFactory', ], ], ];
Your command will now be available in your project:
vendor/bin/brokkr my-command
Get Involved
File issues at https://github.com/riddlestone/brokkr-console/issues
统计信息
- 总下载量: 485
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-01-28