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.
Installs: 359 490
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 0
Type:mouf-library
Requires
- php: >=5.3.0
- mouf/mouf-installer: ~2.0
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.