Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 392 Bytes

File metadata and controls

24 lines (15 loc) · 392 Bytes

Using accessible forms with Symfony

Installation

Install the package via Composer:

composer require studio24/accessible-forms

Enable the custom Twig helpers by editing config/services.yaml

Studio24\AccessibleForms\Twig\AccessibleFormsExtension:
    tags: ['twig.extension']

Usage

TODO


Back to Docs index