File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 75
75
"scripts" : {
76
76
"auto-scripts" : {
77
77
"cache:clear" : " symfony-cmd" ,
78
- "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd" ,
79
- "assets:install %PUBLIC_DIR%" : " symfony-cmd"
78
+ "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd"
80
79
},
81
80
"post-install-cmd" : [
82
81
" @auto-scripts"
Original file line number Diff line number Diff line change @@ -11,7 +11,17 @@ framework:
11
11
cookie_secure : auto
12
12
cookie_samesite : lax
13
13
14
+ # When using the HTTP Cache, ESI allows to render page fragments separately
15
+ # and with different cache configurations for each fragment
16
+ # https://symfony.com/doc/current/http_cache/esi.html
14
17
esi : true
15
18
fragments : true
19
+
16
20
php_errors :
17
21
log : true
22
+
23
+ # The 'ide' option turns all of the file paths in an exception page
24
+ # into clickable links that open the given file using your favorite IDE.
25
+ # When 'ide' is set to null the file is opened in your web browser.
26
+ # See https://symfony.com/doc/current/reference/configuration/framework.html#ide
27
+ ide : null
You can’t perform that action at this time.
0 commit comments