Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 388 Bytes

CakePHP 2.0 Airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

Installation via Composer

composer require morrislaptop/cakephp-airbrake

app/Config/bootstrap.php

Configure::write('AirbrakeCake.apiKey', '<API KEY>');
CakePlugin::load('AirbrakeCake', array(
	'bootstrap' => true
));