2017 © Pedro Peláez
 

cakephp-plugin skip-missing-exception-log

Skip missing exceptions log for CakePHP

image

nojimage/skip-missing-exception-log

Skip missing exceptions log for CakePHP

  • Wednesday, June 27, 2018
  • by nojimage
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Skip logging for Missing Exceptions on CakePHP

This plugin only set Exception.skipLog., (*1)

Skip Exceptions is:, (*2)

  • MissingControllerException
  • MissingActionException
  • PrivateActionException

Installation

You can install this plugin into your CakePHP application using composer., (*3)

The recommended way to install composer packages is:, (*4)

composer require nojimage/skip-missing-exception-log

You will need to add the following line to your application's bootstrap.php file:, (*5)

CakePlugin::load('SkipMissingExceptionLog', array('bootstrap' => true));

Note

This plugin only run debug=0., (*6)

The Versions

27/06 2018

2.x-dev

2.9999999.9999999.9999999-dev

Skip missing exceptions log for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp logging exception

27/06 2018

v0.1.1

0.1.1.0

Skip missing exceptions log for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp logging exception