Skip to content

Commit

Permalink
fix: remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 3, 2024
1 parent d635294 commit e6bb6e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ COMPOSER=composer
# use .env.local to override, example:

# PHP with xdebug:
PHP="php -dxdebug.start_with_request=yes -dxdebug.mode=debug"

# PHP=php -dxdebug.start_with_request=yes -dxdebug.mode=debug

# PHP using docker and xdebug:
#PHP=docker run -it --rm --user $$(id -u):$$(id -g) -v "$$PWD":/usr/src/myapp -w /usr/src/myapp php:8.4.0beta5-cli php -dxdebug.start_with_request=yes -dxdebug.mode=debug

0 comments on commit e6bb6e8

Please sign in to comment.