https://github.com/kisphp/form-extensions-bundle
Kisphp Symfony form extensions bundle
https://github.com/kisphp/form-extensions-bundle
Last synced: 7 months ago
JSON representation
Kisphp Symfony form extensions bundle
- Host: GitHub
- URL: https://github.com/kisphp/form-extensions-bundle
- Owner: kisphp
- License: mit
- Created: 2017-07-23T08:03:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T11:06:34.000Z (over 4 years ago)
- Last Synced: 2024-04-25T01:21:53.662Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kisphp Calendar Bundle

## Installation
```bash
composer require kisphp/form-extensions-bundle
```
To enable the bundle register it inside your kernel class `app/AppKernel.php`
```php
add('description', TextareaType::class, [
// ...
'help' => 'This is my help message',
])
```
> You also may use translation for the message