集成 / image-bundle
集成图像包
0.7
2017-09-04 13:24 UTC
Requires
- php: >=5.4
- doctrine/common: ~2
- gregwar/image-bundle: ~2
- integrated/content-bundle: ~0.7
- integrated/library: ~0.7
- integrated/storage-bundle: ~0.7
- symfony/symfony: ~2.8 || ~3.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.8
This package is not auto-updated.
Last update: 2024-09-14 19:19:55 UTC
README
覆盖Gregwar\ImageBundle以提供额外功能
需求
- 查看composer.json中的require部分
文档
安装
按照以下步骤安装此包
使用composer安装
$ php composer.phar require integrated/image-bundle:~0.1
启用包
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\ImageBundle\IntegratedImageBundle()
// ...
);
}
导入路由
# app/config/routing.yml
integrated_image:
resource: @IntegratedImageBundle/Resources/config/routing.xml
许可证
此包遵循MIT许可证。请查看包中的完整许可证
LICENSE
贡献
欢迎提交拉取请求。请参阅我们的贡献指南。
关于
此包是Integrated项目的一部分。您可以在集成开发者网站上了解更多关于此项目的信息。