2017 © Pedro Peláez
 

library glue-whoops

Use whoops in Glue

image

gluephp/glue-whoops

Use whoops in Glue

  • Tuesday, November 29, 2016
  • by gluephp
  • Repository
  • 1 Watchers
  • 1 Stars
  • 92 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Whoops for Glue

Use filp/whoops with gluephp/glue, (*1)

Installation

Use Composer:, (*2)

$ composer require gluephp/glue-whoops

Configure Whoops

$app = new Glue\App;

$app->config->override([
    'debug' => true,
]);

The debug settings isn't specifically for Whoops, but if debug is false, Whoops will be disabled since we don't want to use it in production., (*3)

Register Whoops

$app->register(
    new Glue\Whoops\ServiceProvider()
);

Get the Whoops instance

Once the service provider is registered, you can fetch the Whoops instance with:, (*4)

$whoops = $app->make('Whoops\Run');

The Versions

29/11 2016

dev-master

9999999-dev

Use whoops in Glue

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

29/11 2016

dev-develop

dev-develop

Use whoops in Glue

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

29/11 2016

0.1.1

0.1.1.0

Use whoops in Glue

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson

06/05 2016

0.1.0

0.1.0.0

Use whoops in Glue

  Sources   Download

MIT

The Requires

 

by Magnus Eriksson