Skip to content

shimabox/sample-debug-phpstan

Repository files navigation

sample-debug-phpstan

このリポジトリは 株式会社カオナビのカレンダー | Advent Calendar 2023 - Qiita 19日目のサンプルコードです。

https://zenn.dev/shimabox/articles/a6c015ca98f0f6

Usage

docker compose は使える想定です。

初期化

git clone https://github.com/shimabox/sample-debug-phpstan.git
cd sample-debug-phpstan
make init

コンテナーに入る

make app

これで、コンテナー内に入るので

# phpstanを実行する場合
composer phpstan

or

# phpstan-srcを実行する場合
composer phpstan-src

してください。

実際にブレークポイントを張ってデバッグする方法はアドカレの記事を見てみてください。

Make

その他の定義は sample-debug-phpstan/Makefile at main · shimabox/sample-debug-phpstan を見てください。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published