dev-master
9999999-dev https://github.com/ingalabs/css-bundleCSS bundle
MIT
The Requires
- php >=5.5.9
- symfony/symfony ~2.7|~3.0
The Development Requires
by Antal Áron
by IngaLabs
css bundle
Wallogit.com
2017 © Pedro Peláez
CSS bundle
A Symfony bundle to modify and serve CSS files., (*1)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)
$ composer require ingalabs/css-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php file of your project:, (*4)
<?php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new IngaLabs\CssBundle\IngaLabsCssBundle(),
];
// ...
}
// ...
}
This bundle is under MIT License., (*5)
CSS bundle
MIT
css bundle