2017 © Pedro Peláez
 

yii2-extension yii2-debug

Yii 2 Debug extension that captures ajax calls

image

amnah/yii2-debug

Yii 2 Debug extension that captures ajax calls

  • Saturday, March 17, 2018
  • by amnah
  • Repository
  • 2 Watchers
  • 1 Stars
  • 384 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

yii2-debug

This is an improved version of the official yii2-debug module., (*1)

The main benefit of this version is that it captures ajax calls and updates the debugbar accordingly. Additionally, the main common panels are more compact., (*2)

Note: The official yii2-debug has since added its own ajax implementation. Their version is a hover div instead of a dropdown. You can see the difference in images below, (*3)

Demo image:

demo, (*4)

Official Yii2 Debug image (for reference):

official, (*5)

Installation:

Install package via composer "amnah/yii2-debug": "dev-master", (*6)

Usage:

if (YII_ENV_DEV) {
    // configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = [
        'class' => 'amnah\yii2\debug\Module',
        // uncomment and adjust the following to add your IP if you are not connecting from localhost.
        //'allowedIPs' => ['127.0.0.1', '::1'],
    ];
}

The Versions

17/03 2018

dev-master

9999999-dev

Yii 2 Debug extension that captures ajax calls

  Sources   Download

MIT

The Requires

 

by Avatar amnah

debug yii2 ajax yii