Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Add debug stuff to application's fallback handler #68

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@
'devPanelStaticUrl' => 'https://yiisoft.github.io/yii-dev-panel',
'toolbarStaticUrl' => 'https://yiisoft.github.io/yii-dev-panel/toolbar',
],
'yiisoft/yii-debug-api' => [
'fallbackHandler' => [
'middlewares' => [
\Yiisoft\Yii\Debug\Viewer\Middleware\ToolbarMiddleware::class,
],
],
],
];
Loading