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

Installs: 54

Dependents: 0

Suggesters: 0

Security: 0

Type: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 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(),