error500/yii2-debug-cli

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

Type:yii2-extension

0.0.6 2022-10-21 15:10 UTC

This package is auto-updated.

Last update: 2025-03-21 20:23:05 UTC


README

Description

Module to reveal CLI scripts in /debug (if its required)

I hope it will be useful for you.

Installing

The preferred way to install this extension is through composer.

{
	"require": {
	    "error500/yii2-debug-cli": "@dev"
    }
}

or

	composer require error500/yii2-debug-cli "@dev"

Usage

to start using it - please, add it to your modules section

for example:

'debug' => [
    'class' => 'error500\debug\Module',
    'logTarget' => 'error500\debug\LogTarget',
],

in advanced template personally me use it under common/config/main.php

in basic template i would (never did) put it both to config/web.php and config/console.php (waiting for feedbacks)

Usage of errors hub

  1. migrate ./yii migrate/up -p vendor/error500/yii2-debug-cli/migrations
  2. to cover all entrypoints suggestion is to define dispatcher in main config
  • in advanced template personally me use it under common/config/main.php
  • in basic template i would (never did) put it both to config/web.php and config/console.php (waiting for feedbacks)
'components' => [
    'log' => [
        'class' => '\error500\debug\log\Dispatcher',
        //...
    ],
    //...
]
  1. Use it. /debug/error-hub