2017 © Pedro Peláez
 

symfony-bundle fontawesome-bundle

FontAwesome 3.0 Bundle for Symfony2

image

nemesarial/fontawesome-bundle

FontAwesome 3.0 Bundle for Symfony2

  • Wednesday, June 12, 2013
  • by Nemesarial
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NemFontAwesomeBundle - Font Awesome for Symfony2

Current Version

Font Awesome 3.1.1 - Created & Maintained by Dave Gandy, (*1)

Installation

Add bundle to your composer.json file

``` 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(), // ... ); }

Download the bundle using Composer and Install assets

``` 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') }}" />

Custom Bootstrap + Font Awesome Integration using LESS

more information here, (*5)

References

The Versions

12/06 2013

dev-master

9999999-dev https://github.com/Nemesarial/QlFontAwesomeBundle

FontAwesome 3.0 Bundle for Symfony2

  Sources   Download

MIT CC BY 3.0

The Requires

 

by Mark Holtzhausen
by Eric Quetto

css bundle typography webfonts