Add Laravel Telescope for debugging and monitoring

This commit is contained in:
Iqbal
2026-05-09 10:59:17 +07:00
parent 8e375c2764
commit 4160021ffb
10 changed files with 352 additions and 4 deletions

View File

@@ -30,7 +30,8 @@
"ramsey/uuid": "^4.7",
"spatie/browsershot": "^3.61",
"spatie/laravel-permission": "^5.9",
"tymon/jwt-auth": "^2.2"
"tymon/jwt-auth": "^2.2",
"laravel/telescope": "^4.9"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.7",