Skip to content

Commit 74ff486

Browse files
fourty2mblaschke
authored andcommitted
enable phpXdebug by default for dev environment
the php development.ini has xdebug enabled by default, so xdebug should also be installed. alternative: update the docs, that you have to enable phpXdebug first.
1 parent 0d0d280 commit 74ff486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/application.development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PROVISION:
55

66
install:
77
phpBlackfire: false
8-
phpXdebug: false
8+
phpXdebug: true
99
apacheModPagespeed: false
1010

1111
service:

0 commit comments

Comments
 (0)