psys/symfony-utils

Set of utilities for Symfony framework

v1.0.6 2025-04-06 16:32 UTC

This package is auto-updated.

Last update: 2025-06-06 17:03:40 UTC


README

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