2017 © Pedro Peláez
 

yii2-extension yii2-errorhandler

yii2 error handler With the ability to search on google and stackoverflow and display results in order to find a quick solution.

image

developit/yii2-errorhandler

yii2 error handler With the ability to search on google and stackoverflow and display results in order to find a quick solution.

  • Friday, September 15, 2017
  • by rezaee
  • Repository
  • 1 Watchers
  • 5 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 61 % Grown

The README.md

yii2 custom error handler

yii2 error handler With the ability to search on google, stackoverflow and yiiframework and display results in order to find a quick solution., (*1)

screenshot, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

composer require developit/yii2-errorhandler

or add, (*5)

"developit/yii2-errorhandler": "*"

to the require section of your composer.json file., (*6)

Usage

create a action(eg. errorhandler), (*7)

    /**
     * @inheritdoc
     */
    public function actions()
    {
        return [
            'error' => [
                'class' => 'yii\web\ErrorAction',
            ],
            'errorhandler' => [
                'class' => 'developit\errorhandler\ErrorHandlerAction',
            ]
        ];
    }

update errorHandler on config.php, (*8)

        'errorHandler' => [
            'class' => 'developit\errorhandler\ErrorHandler',
            'errorAction' => 'site/error',
        ],

License

yii2-errorhandler is an open source project created by Ehsan Rezaei(http://www.developit.ir) that is licensed under GPL-3.0., (*9)

The Versions

15/09 2017

dev-master

9999999-dev

yii2 error handler With the ability to search on google and stackoverflow and display results in order to find a quick solution.

  Sources   Download

LGPL-3.0

The Requires

 

by Ehsan Rezaei

extension yii2 errorhandler yii2 error yii2 errorhandler error handler yii2 error handler

15/09 2017

1.0

1.0.0.0

yii2 error handler With the ability to search on google and stackoverflow and display results in order to find a quick solution.

  Sources   Download

LGPL-3.0

The Requires

 

by Ehsan Rezaei

extension yii2 errorhandler yii2 error yii2 errorhandler error handler yii2 error handler