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
Maintainers
Package info
gitlab.com/c33s-toolkit/bootstrap3-bundle
Type:symfony-bundle
pkg:composer/c33s-toolkit/bootstrap3-bundle
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT f2dcf7e7b6e7b5e9a0f8ce445ee0f697a71e1174
- David Herrmann <office.woop@web-emerge.com>
- Julian <office.woop@consistency.at>
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(),
