casinelli / whoops-overflow
Errors come directly with solutions from Stack Overflow
v1.2.1
2015-04-11 22:27 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- mockery/mockery: 0.9.*
README
Errors come directly solutions from Stack Overflow.
Note: This is a terrible idea for multiple reasons: Your exception message might contain private data and it's going to be sent to stack overflow servers. The exception page will come up with a bit more delay because of the additional request to the SO APIs (at least until I update this to an AJAX request). Also good luck getting errors if your internet is down.
But it's cool, so why not. Just use at your own risk.
Laravel 5
For a simple integration with Laravel 5 follow this tutorial by Matt Stauffer, but require this in composer:
"casinelli/whoops-overflow" : "~1.2"
Original Docs
Check out the original library (with docs) here: filp/whoops.