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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.constants.debug
- Owner: thecodingmachine
- License: mit
- Created: 2014-06-13T15:45:41.000Z (almost 12 years ago)
- Default Branch: 1.0
- Last Pushed: 2015-10-08T16:32:13.000Z (over 10 years ago)
- Last Synced: 2025-02-16T12:30:30.732Z (over 1 year ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.