2017 © Pedro Peláez
 

library zurb-foundation

Zurb Foundation Bundle For Symfony

image

itlized/zurb-foundation

Zurb Foundation Bundle For Symfony

  • Friday, July 25, 2014
  • by itlized
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ZURB Foundation Bundle for Symfony Framework

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "itlized/zurb-foundation": "dev-master" } }, (*2)


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

Download the bundle using Composer

``` bash $ php composer.phar update itlized/zurb-foundation, (*3)


### 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, (*4)

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


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

The Foundation scripts requires jQuery. The bundle installs itlized/zurb-foundation, which should be referenced before loading any foundation script., (*6)

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

Licenses

Zurb Foundation is MIT licensed, (*8)

References

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

The Versions

25/07 2014

dev-master

9999999-dev

Zurb Foundation Bundle For Symfony

  Sources   Download

MIT

The Requires

 

25/07 2014

v5.3.1

5.3.1.0

Zurb Foundation Bundle For Symfony

  Sources   Download

MIT

The Requires

 

14/04 2014

v5.2.2

5.2.2.0

Zurb Foundation Bundle For Symfony

  Sources   Download

MIT

The Requires

 

13/02 2014

v5.1.1

5.1.1.0

Zurb Foundation Bundle For Symfony

  Sources   Download

MIT

The Requires