c33s-toolkit / bootstrap3-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Twitter Bootstrap 3 layout for Symfony 3 applications
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 integration into c33s-toolkit/layout-bundle layouts.
Installation
Follow documentation for c33s-toolkit/layout-bundle
composer require c33s-toolkit/bootstrap3-bundle
Add bundle to your AppKernel.php:
<?php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new C33s\Toolkit\Bootstrap3Bundle\C33sToolkitBootstrap3Bundle(),