skuola/seo-bundle

Symfony 2 扩展包,包含一系列SEO工具

安装次数: 1,608

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 5

分支: 2

开放问题: 0

类型:symfony-bundle

1.1 2017-04-18 08:40 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:31:07 UTC


README

##安装

安装扩展包

composer require skuola/seo-bundle

app/AppKernel.php 中注册扩展包

<?php
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new OpenSkuola\SeoBundle\OpenSkuolaSeoBundle()
    );
}