nojimage/skip-missing-exception-log

Skip missing exceptions log for CakePHP

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

v0.1.1 2018-06-27 08:47 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:30 UTC


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.