From 218ccc05851b65b92ff91f2ac122160734d5696d Mon Sep 17 00:00:00 2001 From: Rahmat Nazali Salimi Date: Tue, 30 Jan 2024 10:20:01 +0700 Subject: [PATCH] Add debugging instruction --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 3280a6e..24814a5 100644 --- a/readme.md +++ b/readme.md @@ -74,5 +74,9 @@ cd source ./spark serve ``` +## Debugging +- Use provided [Debug Toolbar](https://codeigniter4.github.io/userguide/tutorial/index.html#debug-toolbar) +- Error logs will be printed on `writable/logs` + ## Useful external resources - 25 minutes of [basic MVC in CodeIgniter 4](https://youtu.be/c8zHxE-mN4c?si=pNoCCJwCjGoRfYQp)