2017 © Pedro Peláez
 

symfony-bundle bootstrap-bundle

Bootstrap Bundle for Symfony2

image

alexandermatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  • Friday, August 11, 2017
  • by AlexanderMatveev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

Bootstrap Bundle for Symfony

Current Version

Bootstrap.js 3.3.6, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "alexandermatveev/bootstrap-bundle": "*" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new AlexanderMatveev\BootstrapBundle\AlexanderMatveevBootstrapBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update alexandermatveev/bootstrap-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ bin/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ bin/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <link href="{{ asset('bundles/alexandermatveevbootstrap/js/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet"> <script type="text/javascript" src="{{ asset('bundles/alexandermatveevbootstrap/js/bootstrap/js/bootstrap.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*7)

References

  1. http://getbootstrap.com/
  2. http://symfony.com

The Versions

11/08 2017

dev-2.0-beta

dev-2.0-beta https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony

11/08 2017

2.1-beta

2.1.0.0-beta https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony

11/08 2017

2.0-beta

2.0.0.0-beta https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony

16/06 2017

dev-master

9999999-dev https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony

16/06 2017

1.1.1

1.1.1.0 https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony

08/09 2016

1.1

1.1.0.0 https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony

02/06 2016

1.0

1.0.0.0 https://github.com/AlexanderMatveev/bootstrap-bundle

Bootstrap Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery bootstrap javascript symfony