init symfony framework

This commit is contained in:
ghost 2024-01-06 14:06:07 +02:00
parent 7cef2e089c
commit d007a8041d
49 changed files with 10911 additions and 0 deletions

View file

@ -0,0 +1,17 @@
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler:
only_exceptions: false
collect_serializer_data: true
when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }