2017 © Pedro Peláez
 

library bootstrapify-bundle

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

image

bravesheep/bootstrapify-bundle

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  • Wednesday, June 4, 2014
  • by rnijveld
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2,165 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 6 % Grown

The README.md

Bravesheep Bootstrapify bundle

Installation

Add the BsBootstrapifyBundle to assetic and define a global Twig variable named locale:, (*1)


assetic: bundles: - BsBootstrapifyBundle twig: globals: locale: "%locale%" form: resources: - "BsBootstrapifyBundle::form.html.twig"

To include the Bootstrap Datepicker add the following to your layout:, (*2)

{% block javascripts %}
  {{ parent() }}
  {% javascripts filter='?yui_js'
    '@BsBootstrapifyBundle/Resources/js/bootstrap-datepicker.js'
  %}
    <script type="text/javascript" src="{{ asset_url }}"></script>
  {% endjavascripts %}
  <script type="text/javascript" src="{{ asset('bundles/bsbootstrapify/js/locale/datepicker/' ~ locale ~ '.js') }}"></script>
{% endblock %}

The main less source file can be extended by importing it in your own less file. Use the following statement to import the main less file (assumed the file is located in Bundle/Resources/less/):, (*3)

@import "../../../../../vendor/bravesheep/bootstrapify-bundle/Bs/BootstrapifyBundle/Resources/less/bootstrap-fa-s2.less";

The Versions

04/06 2014

dev-master

9999999-dev

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

04/06 2014

v3.0.0

3.0.0.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

04/03 2014

dev-bootstrap-v3-less

dev-bootstrap-v3-less

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Ruben Nijveld
by Marlon Baeten

04/03 2014

v2.1.0

2.1.0.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Ruben Nijveld
by Marlon Baeten

10/02 2014

v2.0.0

2.0.0.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Ruben Nijveld
by Marlon Baeten

29/01 2014

v0.1.7

0.1.7.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

14/01 2014

v0.1.6

0.1.6.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

18/10 2013

v0.1.5

0.1.5.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

18/10 2013

v0.1.4

0.1.4.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

09/09 2013

v0.1.3

0.1.3.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

24/06 2013

v0.1.2

0.1.2.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

24/06 2013

v0.1.1

0.1.1.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten

24/06 2013

v0.1.0

0.1.0.0

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

  Sources   Download

MIT

The Requires

 

by Marlon Baeten