Skip to content

Document debug setup#421

Open
samdark wants to merge 3 commits intomasterfrom
323-debug-config
Open

Document debug setup#421
samdark wants to merge 3 commits intomasterfrom
323-debug-config

Conversation

@samdark
Copy link
Copy Markdown
Member

@samdark samdark commented May 5, 2026

Closes #323

  • Add a Debugging section to the running application guide.
  • Document installing yiisoft/yii-debug-api, enabling APP_DEBUG, checking /debug, and connecting Yii Dev Panel.
  • Note that debug mode and routes are for local development.

Copilot AI review requested due to automatic review settings May 5, 2026 17:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for enabling and using Yii’s debugging tooling in the “Running applications” guide, aligning with the requested setup steps from issue #323.

Changes:

  • Added a new “Debugging” section describing how to install yiisoft/yii-debug-api.
  • Documented enabling debug mode via APP_DEBUG=true in .env.
  • Documented verifying the /debug endpoint and connecting the Yii Dev Panel, with a note about local-only usage.

Comment thread src/guide/start/workflow.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document configuring debug

3 participants