Symfony 8 SPA with Doctrine ORM, Symfony Security, vanilla JS frontend. Migrated from plain PHP (delight-im/auth + raw SQL) to full Symfony stack. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
316 B
YAML
11 lines
316 B
YAML
framework:
|
|
validation:
|
|
# Enables validator auto-mapping support.
|
|
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
|
#auto_mapping:
|
|
# App\Entity\: []
|
|
|
|
when@test:
|
|
framework:
|
|
validation:
|
|
not_compromised_password: false
|