A Survey of PHP Error Handling
It's a daily event across the PHP development world. Somewhere, someone is thinking, and possibly typing
astormIt's a daily event across the PHP development world. Somewhere, someone is thinking, and possibly typing
astormIf you're a long time reader, you're probably aware of my article on Magento's many 404 pages. It's been one of the more useful articles I've written here — I own the Google results for the phrase "Which 404 page" in Magento land.
astormLaravel's error handling is one of its most noticeable developer facing features. Like many modern PHP frameworks, Laravel ships with its error reporting set to E_ALL, and strives for Notice free PHP code. Additionally, Laravel includes the Whoops framework, which creates readable stack traces
astorm