elcweb/tag-bundle

允许您轻松部署和访问FPNTagBundle

安装次数: 1,390

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2013-11-11 21:22 UTC

This package is auto-updated.

Last update: 2024-09-08 00:57:21 UTC


README

Latest Stable Version Total Downloads

安装

步骤 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