Skip to content

Mazen-Al-Samman/yii2-advanced-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Advanced Debugger

Yii Framework

Package for advanced API debugging panels.

Features

New Panels Added to the Yii2 debugger via this package:

  • Response Panel

    Panel for the JSON response returned by the sent request.

  • CURL Panel

    Copy the request as a CURL with full params, headers, and body params.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require samman/yii2-advanced-debugger

or add

"samman/yii2-advanced-debugger": "*"

to the require section of your composer.json file.

In your main-local.php you should add the following

$config['modules']['debug'] = [
    'class' => 'yii\debug\Module',
    'panels' => [
        'respanel' => ['class' => 'samman\debug\ResponsePanel'],
        'curlpanel' => ['class' => 'samman\debug\CurlPanel']
    ],
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages