Skip to content

morrislaptop/AirbrakeCake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
));

About

A CakePHP plugin to use Airbrake for errors and exceptions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages