2017 © Pedro Peláez
 

symfony-bundle fontawesome-picker-bundle

Font Awesome Picker for Symfony 2+

image

redking/fontawesome-picker-bundle

Font Awesome Picker for Symfony 2+

  • Thursday, November 30, 2017
  • by zeliard91
  • Repository
  • 1 Watchers
  • 1 Stars
  • 532 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

FontAwesome Picker Bundle

Build Status, (*1)

Implementation of FontAwesome Picker Form Type for Symfony 2+, (*2)

Installation

Donwload the bundle with composer., (*3)

composer require redking/fontawesome-picker-bundle

Register the bundle in the kernel., (*4)

``` php <?php // app/AppKernel.php, (*5)

public function registerBundles() { $bundles = array( // ... new Redking\FontAwesomePickerBundle\RedkingFontAwesomePickerBundle(),, (*6)

);

}, (*7)



Add the following js and css to your layout assets : * `/bundles/redkingfontawesomepicker/js/fontawesome-iconpicker.min.js` * `/bundles/redkingfontawesomepicker/css/fontawesome-iconpicker.min.css` ## Usage Use the form type as usual : ```php use Redking\FontAwesomePickerBundle\Form\Type\FontAwesomeType // ... public function buildForm(FormBuilderInterface $builder, array $options) { $builder->add('icon', FontAwesomeType::class, array( 'picker_options' => [], // You can pass here the options of the widget )); }

The Versions

30/11 2017

dev-master

9999999-dev https://github.com/zeliard91/FontAwesomePickerBundle

Font Awesome Picker for Symfony 2+

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony picker font awesome

30/11 2017

v1.1.0

1.1.0.0 https://github.com/zeliard91/FontAwesomePickerBundle

Font Awesome Picker for Symfony 2+

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony picker font awesome

20/05 2017

v1.0.0

1.0.0.0 https://github.com/zeliard91/FontAwesomePickerBundle

Font Awesome Picker for Symfony 2+

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony picker font awesome