2latlantik/rich-form-symfony

Combine FontAwesome icons and Bootstrap Forms

Maintainers

👁 2latlantik

Package info

github.com/2latlantik/rich-form-symfony

pkg:composer/2latlantik/rich-form-symfony

Statistics

Installs: 154

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

v1.3 2021-05-11 22:10 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d93cced44b5d306a60833a4593596d8b6d793433

  • Nicolas <nicolascoudenne.woop@gmail.com>

README

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

For now, the only feature is adding an icon before the form field.

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

Register this bundle, in array, return by config/bundles.php

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details