2017 © Pedro Peláez
 

symfony-bundle foundation-bundle

ZURB Foundation Bundle for Symfony2

image

bmatzner/foundation-bundle

ZURB Foundation Bundle for Symfony2

  • Saturday, March 26, 2016
  • by bmatzner
  • Repository
  • 6 Watchers
  • 25 Stars
  • 21,088 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 10 Forks
  • 1 Open issues
  • 16 Versions
  • 4 % Grown

The README.md

ZURB Foundation Bundle for Symfony2

Current Version

Foundation v5.5.3, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "bmatzner/foundation-bundle": "~5.5" } }, (*3)


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

Download the bundle using Composer

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


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

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

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


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

The Foundation scripts requires jQuery. The bundle installs bmatzner/jquery-bundle, which should be referenced before loading any foundation script., (*7)

html <script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/bmatznerfoundation/js/foundation.min.js') }}"></script>, (*8)

If you require the special Modernizr build included with Foundation's sample apps, refer to bmatzner/modernizr-bundle., (*9)

Licenses

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

References

  1. http://foundation.zurb.com
  2. http://symfony.com

The Versions

26/03 2016

dev-master

9999999-dev http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

26/03 2016

5.5.3

5.5.3.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

04/08 2014

5.3.3

5.3.3.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

22/04 2014

5.2.2

5.2.2.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

20/03 2014

5.2.1

5.2.1.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

28/02 2014

5.1.1

5.1.1.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

24/11 2013

5.0.2

5.0.2.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

22/11 2013

5.0.0

5.0.0.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

12/10 2013

4.3.2

4.3.2.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

19/06 2013

4.2.2

4.2.2.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

19/05 2013

4.1.6

4.1.6.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

06/03 2013

4.0.4

4.0.4.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

01/03 2013

4.0.2

4.0.2.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

27/02 2013

3.2.5

3.2.5.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

18/01 2013

3.2.4

3.2.4.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

13/01 2013

3.2.3

3.2.3.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony responsive