elao/theme-twitter-bootstrap-3-bundle

为 ElaoThemeBundle 设计的 Twitter Bootstrap 3 主题包

安装数: 12,955

依赖者: 0

建议者: 0

安全性: 0

星标: 2

关注者: 23

分支: 2

公开问题: 0

语言:HTML

类型:symfony-bundle

v2.0.1 2016-02-23 08:00 UTC

This package is auto-updated.

Last update: 2024-09-05 19:11:02 UTC


README

Elao Theme Bundle 的 Twitter Bootstrap 3 主题

安装

将 ElaoThemeTwitterBootstrap3Bundle 添加到 composer.json

$ composer require elao/theme-twitter-bootstrap-3-bundle 2.0

在 kernel 中注册该包

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Elao\Bundle\Theme\TwitterBootstrap3Bundle\ElaoThemeTwitterBootstrap3Bundle(),
    );
}

功能