nojimage / skip-missing-exception-log
Skip missing exceptions log for CakePHP
Package info
github.com/nojimage/cakephp-skiplog
Type:cakephp-plugin
pkg:composer/nojimage/skip-missing-exception-log
v0.1.1
2018-06-27 08:47 UTC
Requires
- php: >=5.3.0
- cakephp/cakephp: ^2.4
README
This plugin only set Exception.skipLog.
Skip Exceptions is:
- MissingControllerException
- MissingActionException
- PrivateActionException
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require nojimage/skip-missing-exception-log
You will need to add the following line to your application's bootstrap.php file:
CakePlugin::load('SkipMissingExceptionLog', array('bootstrap' => true));
Note
This plugin only run debug=0.