litvinab/cli-router
Composer 安装命令:
composer require litvinab/cli-router
包简介
Bundle fixes router URL generation when it used via CLI.
README 文档
README
During using of generate method of router via CLI wrong URLs are generated. Instead of your application domain localhost is found.
This bundle fixes URL generation by using DependencyInjection Compiler.
Installation
- add to composer.json:
"litvinab/cli-router": "v1.0"
- add to AppKernel.php:
new Litvinab\Bundle\CliRouterBundle\CliRouterBundle()
- add to parameters.yml:
app.domain: example.com
统计信息
- 总下载量: 467
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-09-12