An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/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.
https://github.com/thecodingmachine/utils.constants.debug

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

What is this package
====================

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.