2017 © Pedro Peláez
 

library rich-form-symfony

image

2latlantik/rich-form-symfony

  • Wednesday, July 25, 2018
  • by 2latlantik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

RichFormSymfony

The purpose of this library is, for my projects, to enrich the form fields with bootstrap and fontawesome., (*1)

For now, the only feature is adding an icon before the form field., (*2)

Requirements

  • PHP 7.1.3 or higher
  • Bootstrap 4
  • FontAwesome 4.7

Installation

To install RichFormSymfony run this command : composer require 2latlantik/rich-form-symfony, (*3)

Register this bundle, in array, return by config/bundles.php, (*4)

[
...
Delatlantik\RichFormSymfonyBundle\RichFormSymfonyBundle::class => ['all' => true],
...
]

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*5)

The Versions