2017 © Pedro Peláez
 

library yii-whoops

Whoops integration class into Yii Framework 1.1

image

tianye/yii-whoops

Whoops integration class into Yii Framework 1.1

  • Tuesday, February 27, 2018
  • by tianye
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yii Error Handler with Whoops

Integrates the Whoops library into Yii 1.1., (*1)

Usage

  1. Install it:, (*2)

    • Using [Composer] (it will automatically install Whoops main libraries as well):
    composer require tianye/yii-whoops ~1.0
    composer install
    
    • Or [downloading] and unpacking it in your extensions folder.
  2. If you're using Composer, I strongly recomend you to create a vendor alias if you haven't yet. Add this to the beginning of your config/main.php:, (*3)

    Yii::setPathOfAlias('vendor', __DIR__.'/../../vendor');
    
  3. Replace your errorHandler entry at config/main.php with the error handler class. Example:, (*4)

    'errorHandler' => ['class' => 'vendor.tianye.yii-whoops.WhoopsErrorHandler']
    

The Versions

27/02 2018

dev-master

9999999-dev

Whoops integration class into Yii Framework 1.1

  Sources   Download

MIT

The Requires

 

by Avatar tianye

27/02 2018

1.0.1

1.0.1.0

Whoops integration class into Yii Framework 1.1

  Sources   Download

MIT

The Requires

 

by Avatar tianye

27/02 2018

1.0.0

1.0.0.0

Whoops integration class into Yii Framework 1.1

  Sources   Download

MIT

The Requires

 

by Avatar tianye