Set assets base path

This commit is contained in:
2024-06-05 18:53:02 +02:00
parent 8789da089d
commit 12f3b91044
3 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
assets:
base_path: '%env(ASSETS_BASE_PATH)%'
# Note that the session will be started ONLY if you read or write from it.
session: true