Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 304 Bytes

Integrating Whoops with Phalcon

The provider uses the default Phalcon DI unless you pass a DI instance into the constructor.

new Whoops\Provider\Phalcon\WhoopsServiceProvider();

// --- or ---

$di = new Phalcon\DI\FactoryDefault();
new Whoops\Provider\Phalcon\WhoopsServiceProvider($di);