Mise à jour de symfony

Mise à jour de PHP
Correction des entitées from attributes to annotations
Ajout des entitées des objets 3D
This commit is contained in:
2023-01-17 17:27:49 +01:00
parent 54fa272910
commit 145f4aa7fd
35 changed files with 1770 additions and 1307 deletions
+4 -2
View File
@@ -1,17 +1,18 @@
doctrine:
dbal:
driver: 'pdo_pgsql'
dbname: 'encartes-data'
dbname: 'encartes'
host: '127.0.0.1'
port: 5432
user: 'encartes'
password: 'c0BanMCsQyxmPXhU1TjgXNvoSuXVsSNrxeWHKHyTYMk='
server_version: '13'
server_version: '15'
charset: 'utf8'
orm:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
enable_lazy_ghost_objects: true
mappings:
App:
is_bundle: false
@@ -29,6 +30,7 @@ when@prod:
doctrine:
orm:
auto_generate_proxy_classes: false
proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
query_cache_driver:
type: pool
pool: doctrine.system_cache_pool
+1
View File
@@ -3,6 +3,7 @@ framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
http_method_override: false
handle_all_throwables: 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.