Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 945 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 945 Bytes

Whoops Overflow

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.

Whoops Overflow!

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.