2017 © Pedro Peláez
 

symfony-bundle flagiconcss-bundle

FlagIconCss Bundle for Symfony2

image

st/flagiconcss-bundle

FlagIconCss Bundle for Symfony2

  • Saturday, July 23, 2016
  • by xurshid29
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3,423 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

Flag-icon-css Bundle for Symfony2

Installation

Add bundle to your composer.json file

``` js // composer.json, (*1)

{ "require": { // ... "st/flagiconcss-bundle": "~1.0" } }, (*2)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new ST\FlagIconCssBundle\STFlagIconCssBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update st/flagiconcss-bundle, (*3)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*4)

``` bash $ php app/console assets:install --symlink web, (*5)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <link rel="stylesheet" type="text/css" href="{{ asset('bundles/stflagiconcss/css/flag-icon.min.css') }}" />

Licenses

Refer to the source code of the included files for license information, (*6)

References

  1. http://lipis.github.io/flag-icon-css/

The Versions

23/07 2016

dev-master

9999999-dev http://lipis.github.io/flag-icon-css/

FlagIconCss Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Khurshid A. Yalgashev

css symfony

23/07 2016

1.0.2

1.0.2.0 http://lipis.github.io/flag-icon-css/

FlagIconCss Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Khurshid A. Yalgashev

css symfony

02/11 2015

1.0.1

1.0.1.0 http://lipis.github.io/flag-icon-css/

FlagIconCss Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Khurshid A. Yalgashev

css symfony

22/08 2015

1.0.0

1.0.0.0 http://lipis.github.io/flag-icon-css/

FlagIconCss Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Khurshid A. Yalgashev

css symfony