Download the PHP package kyoushu/foundation-bundle without Composer
On this page you can find all versions of the php package kyoushu/foundation-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kyoushu/foundation-bundle
More information about kyoushu/foundation-bundle
Files in kyoushu/foundation-bundle
Download kyoushu/foundation-bundle
More information about kyoushu/foundation-bundle
Files in kyoushu/foundation-bundle
Vendor kyoushu
Package foundation-bundle
Short Description Integrates zurb/foundation into Symfony
License GPL-2.0+
Package foundation-bundle
Short Description Integrates zurb/foundation into Symfony
License GPL-2.0+
Keywords zurbfoundation
Please rate this library. Is it a good library?
Informations about the package foundation-bundle
KyoushuFoundationBundle
Integrates Foundation into Symfony
The master brach is currently a development build, and should not be used for live projects.
Installation
Add bundle to composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Kyoushu/FoundationBundle.git"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "~2.1",
"_comment": "your other packages",
"kyoushu/foundation-bundle": "dev-master"
}
Add KyoushuFoundationBundle to application kernel
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Kyoushu\FoundationBundle\KyoushuFoundationBundle($this),
// ...
);
}
Update config.yml to include the following lines.
# app/config/config.yml
assetic:
bundles:[ 'KyoushuFoundationBundle' ]
filters:
scssphp: ~
Optional Configuration
The following options can be configured if required
# app/config/config.yml
kyoushu_foundation:
# Forces Assetic to rebuild CSS on each request when true (default value)
# This setting doesn't affect the behaviour of assetic:dump.
force_rebuild_stylesheets: ~
All versions of foundation-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/framework-bundle Version ~2.3
symfony/twig-bundle Version ~2.3
symfony/assetic-bundle Version ~2.3
symfony/form Version ~2.3
leafo/scssphp Version ~0.0.10
zurb/foundation Version ~5.2
components/jquery Version ~2.1
components/modernizr Version ~2.6
components/normalize.css Version ~2.1
symfony/framework-bundle Version ~2.3
symfony/twig-bundle Version ~2.3
symfony/assetic-bundle Version ~2.3
symfony/form Version ~2.3
leafo/scssphp Version ~0.0.10
zurb/foundation Version ~5.2
components/jquery Version ~2.1
components/modernizr Version ~2.6
components/normalize.css Version ~2.1
The package kyoushu/foundation-bundle contains the following files
Loading the files please wait ....