Closed myquickhub closed 5 years ago
Running yii2 in debug mode
Yii2 Debug panel
No Debug Panel
PHP Fatal error: Uncaught Error: Class 'yii\debug\Logger' not found in ../vendor/yiisoft/yii2-debug/src/Panel.php:197
Adding.. use yii\log\Target; // to head of Panel.php Resolves issue
Same as #383
What steps will reproduce the problem?
Running yii2 in debug mode
What is the expected result?
Yii2 Debug panel
What do you get instead?
No Debug Panel
Additional info
PHP Fatal error: Uncaught Error: Class 'yii\debug\Logger' not found in ../vendor/yiisoft/yii2-debug/src/Panel.php:197
Adding.. use yii\log\Target; // to head of Panel.php Resolves issue