2017 © Pedro Peláez
 

library flagicon-bundle

CSS for vector based country flags

image

btc/flagicon-bundle

CSS for vector based country flags

  • Friday, February 9, 2018
  • by damienlagae
  • Repository
  • 5 Watchers
  • 1 Stars
  • 368 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 10 % Grown

The README.md

Flag-icon Bundle for Symfony 4.0

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "btc/flagicon-bundle": "^1.0" } }, (*2)


### Add bundle to your application ``` php // config/bundles.php return [ // ... BTC\FlagIconBundle\BTCFlagIconBundle::class => ['all' => true], // ... ];

Download the bundle using Composer

``` bash $ composer require btc/flagicon-bundle, (*3)


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

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

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


## Usage Refer to the desired files in your HTML template, e.g. ``` html <link rel="stylesheet" type="text/css" href="{{ asset('bundles/btcflagicon/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

09/02 2018

dev-master

9999999-dev

CSS for vector based country flags

  Sources   Download

proprietary

The Requires

 

by Damien LAGAE

09/02 2018

1.3

1.3.0.0

CSS for vector based country flags

  Sources   Download

proprietary

The Requires

 

by Damien LAGAE

08/02 2018

1.2

1.2.0.0

CSS for vector based country flags

  Sources   Download

proprietary

The Requires

 

by Damien LAGAE

04/05 2017

1.1

1.1.0.0

CSS for vector based country flags

  Sources   Download

proprietary

The Requires

 

by Damien LAGAE

04/05 2017

1.0

1.0.0.0

CSS for vector based country flags

  Sources   Download

proprietary

The Requires

 

by Damien LAGAE