dev-master
9999999-dev https://github.com/Nemesarial/QlFontAwesomeBundleFontAwesome 3.0 Bundle for Symfony2
MIT CC BY 3.0
The Requires
- php >=5.3.2
- symfony/framework-bundle >=2.1,<2.4
by Mark Holtzhausen
by Eric Quetto
css bundle typography webfonts
 Wallogit.com
                    
                    2017 © Pedro Peláez
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
FontAwesome 3.0 Bundle for Symfony2
Font Awesome 3.1.1 - Created & Maintained by Dave Gandy, (*1)
``` js // composer.json, (*2)
{ "require": { // ... "nemesarial/fontawesome-bundle": "*" } }, (*3)
### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Nemesarial\FontAwesomeBundle\QlFontAwesomeBundle(), // ... ); }
``` bash $ php composer.phar update nemesarial/fontawesome-bundle $ php app/console assets:install --symlink web, (*4)
Use the ``--symlink`` attribute to create links rather than copies of the resources
## Usage
### Easy Bootstrap + Font Awesome Integration
``head`` section in your template, e.g.
``` html
<link rel="stylesheet" type="text/css" href="{{ asset('..Your/Bootstrap/css..') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset('bundles/qlfontawesome/css/font-awesome.min.css') }}" />
more information here, (*5)
FontAwesome 3.0 Bundle for Symfony2
MIT CC BY 3.0
css bundle typography webfonts