2017 © Pedro Peláez
 

symfony-bundle fontawesome-bundle

FontAwesome Symfony2 integration

image

ekyna/fontawesome-bundle

FontAwesome Symfony2 integration

  • Monday, December 14, 2015
  • by ekyna
  • Repository
  • 1 Watchers
  • 0 Stars
  • 239 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

FontAwesomeBundle

FortAwesome/Font-Awesome integration for Symfony2. - Fonts installation - Preconfigured asset, (*1)

Composer installation:, (*2)

{
    "require": {
        "ekyna/fontawesome-bundle": "0.1.*@dev"
    },
    "scripts": {
        "post-install-cmd": [
            "Ekyna\\FontAwesomeBundle\\Composer\\ScriptHandler::install"
        ],
        "post-update-cmd": [
            "Ekyna\\FontAwesomeBundle\\Composer\\ScriptHandler::install"
        ]
    },
}

Register bundle in kernel:, (*3)

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Ekyna\FontAwesomeBundle\EkynaFontAwesomeBundle()
        );
    }
}

Fonts installation without composer script handler: php app:console ekyna:fontawesome:install, (*4)

Configuration (optionnal, default values), (*5)

# app/config/config.yml
ekyna_fontawesome:
    output_dir: ~
    assets_dir: %kernel.root_dir%/../vendor/fortawesome/font-awesome
    configure_assetic: true

Use in a twig template:, (*6)

{% stylesheets output='css/backend.css' filter='cssrewrite, ?yui_css'
    ...
    'css/fontawesome.css'
    ...
%}
    <link href="{{ asset_url }}" rel="stylesheet" type="text/css" />
{% endstylesheets %}

The Versions

14/12 2015

0.2.x-dev

0.2.9999999.9999999-dev https://github.com/ekyna/FontAwesomeBundle

FontAwesome Symfony2 integration

  Sources   Download

MIT

The Requires

 

symfony2 bundle fontawesome

06/11 2015

dev-master

9999999-dev https://github.com/ekyna/FontAwesomeBundle

FontAwesome Symfony2 integration

  Sources   Download

MIT

The Requires

 

symfony2 bundle fontawesome

19/10 2015

0.4.x-dev

0.4.9999999.9999999-dev https://github.com/ekyna/FontAwesomeBundle

FontAwesome Symfony2 integration

  Sources   Download

MIT

The Requires

 

symfony2 bundle fontawesome

19/10 2015

0.5.x-dev

0.5.9999999.9999999-dev https://github.com/ekyna/FontAwesomeBundle

FontAwesome Symfony2 integration

  Sources   Download

MIT

The Requires

 

symfony2 bundle fontawesome

12/10 2015

0.3.x-dev

0.3.9999999.9999999-dev https://github.com/ekyna/FontAwesomeBundle

FontAwesome Symfony2 integration

  Sources   Download

MIT

The Requires

 

symfony2 bundle fontawesome

13/05 2015

v0.1

0.1.0.0 https://github.com/ekyna/FontAwesomeBundle

FontAwesome Symfony2 integration

  Sources   Download

MIT

The Requires

 

symfony2 bundle fontawesome