tadcka/sitemap-bundle

Symfony2 的 Sitemap bundle

安装次数: 1,769

依赖关系: 2

建议者: 0

安全: 0

星星: 1

关注者: 2

分支: 3

开放问题: 0

类型:symfony-bundle

v0.3.0 2016-02-29 13:50 UTC

This package is not auto-updated.

Last update: 2024-09-14 16:24:04 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License

简单的网页列表管理器。

安装

步骤 1: 使用 composer 下载 SitemapBundle

在 composer.json 中添加 SitemapBundle

{
    "require": {
        "tadcka/sitemap-bundle": "dev-master"
    }
}

现在运行以下命令让 composer 下载 bundle

$ php composer.phar update tadcka/sitemap-bundle

步骤 2: 启用 bundle

在 kernel 中启用 bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Tadcka\Bundle\SitemapBundle\TadckaSitemapBundle(),
    );
}

许可证

此 bundle 在 MIT 许可证下。请参阅 bundle 中的完整许可证。

代码许可证: Resources/meta/LICENSE

作者

此 bundle 最初由 Tadas Gliaubicas 创建。请参阅 贡献者列表