Blog

Laravel Fix

If you are using Laravel, you may run into the issue of Laravel stopping to throw error messages.

You may use the following CLI one-liner to make it work

php laravel-fix.php

Here is the repository for it:

https://github.com/lesichkovm/PHP-Laravel-Fix

And voila Laravel is humming like a bird again :)