letron/error-compat

A PHP 7 compatible error handler for Mako 4

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/letron/error-compat

1.0.0 2016-08-16 17:40 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:06:28 UTC


README

This the Mako 5 error handler as a stand-alone package that is ment to be used with Mako 4.5 applications running on PHP 7.

How do I use it?

Install the package using composer:

composer require letron/error-compat

Then open your app/config/application.php configuration file and replace the two Mako error handler services with the letron\error\services\cli\ErrorHandlerService and letron\error\services\web\ErrorHandlerService services.

That's it. You're done!