2017 © Pedro Peláez
 

library bootstrapbundle

Twitter Boostrap for Symfony 2

image

pedroresende/bootstrapbundle

Twitter Boostrap for Symfony 2

  • Wednesday, May 20, 2015
  • by pedroresende
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Bootstrap Bundle

Install

To install this bundle, please run, (*1)

$ composer require "pedroresende/bootstrapbundle"

Then run, (*2)

$ composer update

Add to AppKernel.php, (*3)

new PedroResende\BootstrapBundle\BootstrapBundle(),

Finally to routing.yml file, (*4)

bootstrap_public:
    resource: "@BootstrapBundle/Resources/config/routing.yml"
    prefix:   /bootstrap_bundle

Install assets, (*5)

$ php app/console assets:install --symlink

Assetic dump, (*6)

$ php app/console assetic:dump

To use in your templates, (*7)

CSS

<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% stylesheets output='css/bootstrap.min.css'
    '@bootstrap_css' filter='cssrewrite' %}
    <link rel="stylesheet" href="{{ asset_url }}" type="text/css"/>
{% endstylesheets %}

JS

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
{% javascripts output='js/bootstrap.min.js'
    '@bootstrap_js'
%}
    <script src="{{ asset_url }}"></script>
{% endjavascripts %}

You can always simply extend the existing template by using, (*8)

{% extends 'BootstrapBundle::layout.html.twig' %}

{% block body %}


{% block container %}{% endblock %}
{% endblock %}

The Versions

20/05 2015

dev-master

9999999-dev

Twitter Boostrap for Symfony 2

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Pedro Resende

twitter bootstrap 3 symfony2

20/05 2015

v3.3.4

3.3.4.0

Twitter Boostrap for Symfony 2

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Pedro Resende

twitter bootstrap 3 symfony2

17/02 2015

v3.2.2

3.2.2.0

Twitter Boostrap for Symfony 2

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Pedro Resende

twitter bootstrap 3 symfony2