From ec891cd4c72405fb879133388eb6124c0561cc06 Mon Sep 17 00:00:00 2001 From: Jason McCallister Date: Thu, 16 Apr 2020 13:36:34 -0400 Subject: [PATCH] docs and link to xdeubg doc Signed-off-by: Jason McCallister --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61899e3b..20883d5e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ Nitro installs the following on every machine: - MySQL - PostgreSQL (optional) - Redis +- Xdebug +- Blackfire + +> note: for a more detailed writeup on how to configure xdebug and nitro with PHPStorm, view this document on [how to configure xdebug and PHPStorm for both web and console debugging](XDEBUG.md). ## Installation