We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a4412 commit 230b70aCopy full SHA for 230b70a
.env.dist
@@ -72,4 +72,3 @@ MAILER_FORCE_RECIPIENTS=""
72
MAILER_BCC=""
73
74
QR_CODE_SALT=""
75
-SYMFONY_IDE=phpstorm://open?url=file://%%f&line=%%l&/var/www/html/>%env(HOST_PWD)%/
app/config/config_dev.yml
@@ -6,7 +6,6 @@ framework:
6
resource: "%kernel.project_dir%/config/routing_dev.yml"
7
strict_requirements: true
8
profiler: { only_exceptions: false }
9
- ide: '%env(resolve:SYMFONY_IDE)%'
10
11
web_profiler:
12
toolbar: true
compose.yml
@@ -33,7 +33,6 @@ services:
33
ENABLE_XDEBUG: ${ENABLE_XDEBUG:-false}
34
environment:
35
SYMFONY_ENV: "dev"
36
- HOST_PWD: ${PWD}
37
env_file:
38
.env
39
volumes:
0 commit comments