psys/symfony-utils

Set of utilities for Symfony framework

v1.0.4 2024-09-18 18:12 UTC

This package is auto-updated.

Last update: 2024-10-18 18:22:05 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