c33s-toolkit / bootstrap3-bundle
该包已被废弃,不再维护。没有建议的替代包。
Twitter Bootstrap 3 布局适用于 Symfony 3 应用程序
0.2.0
2017-10-08 23:00 UTC
Requires
- c33s-toolkit/layout-bundle: ^0.2
- components/font-awesome: ^4.7
- components/jquery: ^1.11|^2.1|^3.0
- components/jquery-cookie: 1.4.1.2
- components/jqueryui: ^1.11
- jquery-form/form: ^4.2
- oyejorge/less.php: v1.7.0.14
- twbs/bootstrap: ^3.3
Requires (Dev)
- codeception/codeception: ^2.3
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(),