2017 © Pedro Peláez
 

library whoops-configurator

Provides a sensible way to configure Whoops in Laravel

image

patrickrose/whoops-configurator

Provides a sensible way to configure Whoops in Laravel

  • Thursday, July 10, 2014
  • by PatrickRose
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,991 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Whoops Configurator

Whoops is pretty damn awesome. Laravel is pretty damn awesome and includes Whoops. Changing the configuration for Whoops is not., (*1)

Installing

Add the following to your composer.json (Put it in the require-dev block since you aren't showing debug messages in production...right?):, (*2)

"require-dev": {
    ...,
    "patrickrose/whoops-configurator": "1.*"
}

Then run composer update and watch as pretty much nothing happens, (*3)

Then load the service provider in your app.php file (I'd recommend against loading it in production - you can cascade so everything doesn't break by using the append_config() function), (*4)

    "PatrickRose\WhoopsConfigurator\WhoopsConfiguratorServiceProvider"

Finally, publish the config file:, (*5)

php artisan config:publish patrickrose/whoops-configurator

Then you're all done!, (*6)

Config Options

Currently, there are two options: editor and title. They're mostly self explanatory., (*7)

Editors

Whoops comes with support for four editors (I may add support for other editors later). To use one, just set the editor value to one of the following:, (*8)

  • sublime - Sublime Text 2
  • emacs - Emacs
  • textmate - Textmate
  • macvim - MacVim

If you wish to provide your own support, you may instead pass a closure. See Whoops' Docs for more info on that., (*9)

Title

Self explanatory. If you want to insult yourself, make a geeky joke or whatever then change the title value to whatever you like., (*10)

License

This is licensed under the MIT license, (*11)

The Versions

10/07 2014

dev-master

9999999-dev

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

MIT

The Requires

 

by Patrick Rose

laravel whoops

10/05 2014

1.0.3

1.0.3.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

MIT

The Requires

 

by Patrick Rose

laravel whoops

10/05 2014

1.0.2

1.0.2.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

MIT

The Requires

 

by Patrick Rose

09/05 2014

1.0.1

1.0.1.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

The Requires

 

by Patrick Rose

09/05 2014

1.0.0

1.0.0.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

The Requires

 

by Patrick Rose

09/05 2014

0.0.3

0.0.3.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

The Requires

 

by Patrick Rose

09/05 2014

0.0.2

0.0.2.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

The Requires

 

by Patrick Rose

08/05 2014

0.0.1

0.0.1.0

Provides a sensible way to configure Whoops in Laravel

  Sources   Download

The Requires

 

by Patrick Rose