Many developers make mistakes eg. running composer install instead of composer install --no-dev on public servers. This causes the Whoops package to be installed and the possibility of the server credentials being exposed.
https://webcache.googleusercontent.com/search?q=cache:s3DL2jFmOjsJ:https://www.morisson.lv/index.php%3Froute%3Dproduct/category%26path%3D88order%253DASC_194+&cd=20&hl=nl&ct=clnk&gl=be
For the sake of love, use the following package so that the personal information of the users of your users is not exposed to unauthorized audience...
Apart from that, You're never certain that disabling debug mode prevents Whoops from being triggered: https://hacken.io/researches-and-investigations/dangers-of-laravel-debug-mode-enabled/
Whoops can be triggered even with debug mode disabled
Many developers make mistakes eg. running
composer installinstead ofcomposer install --no-devon public servers. This causes the Whoops package to be installed and the possibility of the server credentials being exposed.https://webcache.googleusercontent.com/search?q=cache:s3DL2jFmOjsJ:https://www.morisson.lv/index.php%3Froute%3Dproduct/category%26path%3D88order%253DASC_194+&cd=20&hl=nl&ct=clnk&gl=be
For the sake of love, use the following package so that the personal information of the users of your users is not exposed to unauthorized audience...
Apart from that, You're never certain that disabling debug mode prevents Whoops from being triggered: https://hacken.io/researches-and-investigations/dangers-of-laravel-debug-mode-enabled/
Whoops can be triggered even with debug mode disabled