2017 © Pedro Peláez
 

symfony-bundle foundation-bundle

ZURB Foundation Bundle for Symfony

image

babaganoush/foundation-bundle

ZURB Foundation Bundle for Symfony

  • Sunday, March 15, 2015
  • by babaganoush
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ZURB Foundation Bundle for Symfony

Current Version

Foundation v5.5.1, (*1)

Installation

Add bundle to your composer.json file

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

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


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

Download the bundle using Composer

``` bash $ php composer.phar update babaganoush/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/babaganoushfoundation/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/babaganoushfoundation/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

15/03 2015

dev-master

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

ZURB Foundation Bundle for Symfony

  Sources   Download

MIT

The Requires

 

javascript symfony responsive

15/03 2015

5.5.1

5.5.1.0 http://foundation.zurb.com/

ZURB Foundation Bundle for Symfony

  Sources   Download

MIT

The Requires

 

javascript symfony responsive