An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kisphp Calendar Bundle

![example workflow](https://github.com/kisphp//form-extensions-bundle/actions/workflows/testing.yml/badge.svg)

## 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