Add Whoops exception handler (nicer debug info in dev mode)

On production = no errors
This commit is contained in:
slawkens
2023-05-29 08:55:26 +02:00
parent 7690811da3
commit 7c2c88f780
7 changed files with 15 additions and 127 deletions

View File

@@ -11,6 +11,7 @@
"twig/twig": "^2.0",
"erusev/parsedown": "^1.7",
"nikic/fast-route": "^1.3",
"matomo/device-detector": "^6.0"
"matomo/device-detector": "^6.0",
"filp/whoops": "^2.15"
}
}