Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 351 Bytes

Installation

composer require psys/symfony-utils

Add this to services.yaml:

_defaults:

bind:
    $projectDir: '%kernel.project_dir%'

at the end:

Psys\SymfonyUtils\FormErrors:
    autowire: true
Psys\SymfonyUtils\FileUploader:
    autowire: true

MaintenanceMode is currently not working as it should