mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Move the config to the validator recipe
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../4.2/config/bootstrap.php
|
||||
@@ -1 +0,0 @@
|
||||
../../../4.2/config/packages/cache.yaml
|
||||
@@ -1,23 +0,0 @@
|
||||
framework:
|
||||
secret: '%env(APP_SECRET)%'
|
||||
#default_locale: en
|
||||
#csrf_protection: true
|
||||
#http_method_override: true
|
||||
|
||||
# Enables session support. Note that the session will ONLY be started if you read or write from it.
|
||||
# Remove or comment this section to explicitly disable session support.
|
||||
session:
|
||||
handler_id: ~
|
||||
cookie_secure: auto
|
||||
cookie_samesite: lax
|
||||
|
||||
#esi: true
|
||||
#fragments: true
|
||||
php_errors:
|
||||
log: true
|
||||
|
||||
validation:
|
||||
# Enables validator auto-mapping support.
|
||||
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
||||
auto_mapping:
|
||||
App\Entity\: []
|
||||
@@ -1 +0,0 @@
|
||||
../../../../4.2/config/packages/test/framework.yaml
|
||||
@@ -1 +0,0 @@
|
||||
../../4.2/config/services.yaml
|
||||
@@ -1 +0,0 @@
|
||||
../4.2/manifest.json
|
||||
@@ -1 +0,0 @@
|
||||
../4.2/post-install.txt
|
||||
@@ -1 +0,0 @@
|
||||
../4.2/public
|
||||
@@ -1 +0,0 @@
|
||||
../4.2/src
|
||||
@@ -0,0 +1,3 @@
|
||||
framework:
|
||||
validation:
|
||||
disable_not_compromised_password: true
|
||||
@@ -0,0 +1,8 @@
|
||||
framework:
|
||||
validation:
|
||||
email_validation_mode: html5
|
||||
|
||||
# Enables validator auto-mapping support.
|
||||
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
||||
auto_mapping:
|
||||
App\Entity\: []
|
||||
+1
@@ -0,0 +1 @@
|
||||
../4.1/manifest.json
|
||||
Reference in New Issue
Block a user