2latlantik / rich-form-symfony
Combine FontAwesome icons and Bootstrap Forms
v1.3
2021-05-11 22:10 UTC
Requires
- php: >=7.2.5
- symfony/config: ^5.2
- symfony/dependency-injection: ^5.2
- symfony/form: ^5.2
- symfony/framework-bundle: ^5.2
- symfony/http-kernel: ^5.2
- symfony/options-resolver: ^5.2
- symfony/templating: ^5.2
- symfony/twig-bundle: ^5.2
- symfony/yaml: ^5.2
Requires (Dev)
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-11-12 20:28:23 UTC
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