psys/symfony-utils

Symfony 框架的实用工具集

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

This package is auto-updated.

Last update: 2024-09-18 18:13:06 UTC


README

composer require psys/symfony-utils

将此添加到 services.yaml

_defaults

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

在末尾

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