c33s-toolkit/bootstrap3-bundle

该包已被废弃,不再维护。没有建议的替代包。

Twitter Bootstrap 3 布局适用于 Symfony 3 应用程序

安装: 54

依赖: 0

建议者: 0

安全: 0

类型:symfony-bundle

0.2.0 2017-10-08 23:00 UTC

This package is auto-updated.

Last update: 2022-02-01 13:10:16 UTC


README

将 Twitter Bootstrap 3 集成到 c33s-toolkit/layout-bundle 布局中。

安装

遵循 c33s-toolkit/layout-bundle 的文档

composer require c33s-toolkit/bootstrap3-bundle

将包添加到您的 AppKernel.php 中

<?php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new C33s\Toolkit\Bootstrap3Bundle\C33sToolkitBootstrap3Bundle(),