mouf/utils.constants.debug

This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

v1.0.0 2014-06-16 09:18 UTC

This package is auto-updated.

Last update: 2024-04-15 03:36:02 UTC


README

Many packages need the project hosting them to have a "DEBUG" setting. Those packages can act differently whether the DEBUG setting is set or not. For instance, a package could decide to enable or disable the cache based on this setting, or a package could display detailed exception backtrace if debug is enabled.

This package contains a Mouf installer that will create a DEBUG constant in your config.php and initialize it to true.

Mouf package

This package is part of Mouf (http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework.