elcweb / tag-bundle
允许您轻松部署和访问FPNTagBundle
dev-master
2013-11-11 21:22 UTC
Requires
- php: >=5.3.3
- symfony/framework-bundle: >=2.1,<3.0-dev
This package is auto-updated.
Last update: 2024-09-08 00:57:21 UTC
README
安装
步骤 1: 使用composer下载
{ "require": { "elcweb/tag-bundle": "dev-master" } }
现在运行以下命令告诉composer下载此包
$ php composer.phar update elcweb/tag-bundle
步骤 2: 启用包
在kernel中启用包
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Elcweb\TagBundle\ElcwebTagBundle(), ); }
许可证
此包采用MIT许可证。请参阅包中的完整许可证。
Resources/meta/LICENSE