2022-09-06 472次浏览

Debug 扩展 2.1.21版本发布了。

This release adds an ability to collect debug data in console applications. In order to do so, add the following to console application config:

// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
    'class' => 'yii\debug\Module',
];

有关详细信息,请参阅更新日志