Merge pull request #327 from shikorism/feature/xdebug-cli-wrapper

IDEからのデバッグ実行用ラッパーを追加
This commit is contained in:
shibafu 2020-02-16 22:51:44 +09:00 committed by GitHub
commit 12553321e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
dist/bin/php-debug.sh vendored Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
export APP_DEBUG=true
exec tissue-entrypoint.sh php "$@"