dev-master
9999999-devOpens CLI scripts for /debug access
MIT
The Requires
- php >=5.4.0
- yiisoft/yii2 >=2.0.4
by Alexander Zaets
yii2 extension
Wallogit.com
2017 © Pedro Peláez
Opens CLI scripts for /debug access
Module to reveal CLI scripts in /debug (if its required), (*1)
I hope it will be useful for you., (*2)
The preferred way to install this extension is through composer., (*3)
{
"require": {
"achertovsky/yii2-debug-cli": "@dev"
}
}
or, (*4)
composer require achertovsky/yii2-debug-cli "@dev"
to start using it - please, add it to your modules section, (*5)
for example:, (*6)
'debug' => [
'class' => 'achertovsky\debug\Module',
'logTarget' => 'achertovsky\debug\LogTarget',
],
in advanced template personally me use it under common/config/main.php, (*7)
in basic template i would (never did) put it both to config/web.php and config/console.php (waiting for feedbacks), (*8)
./yii migrate/up -p vendor/achertovsky/yii2-debug-cli/migrations
- 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), (*9)
'components' => [
'log' => [
'class' => '\achertovsky\debug\log\Dispatcher',
//...
],
//...
]
Opens CLI scripts for /debug access
MIT
yii2 extension