Skip to content

Commit

Permalink
Add note about XDebug to README
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 16, 2024
1 parent bbb84ce commit 98b748a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,11 @@ To configure default settings, set the options in `\Yiisoft\Yii\Console\CommandL
],
```

Alternatively, you can pass the settings through the console options. To see the available options, run
`./yii serve --help`
Alternatively, you can pass the settings through the console options.

> Tip: To run a web server with XDebug enabled, pass `--xdebug 1` to the command.
To see the available options, run `./yii serve --help`.

## Documentation

Expand Down

0 comments on commit 98b748a

Please sign in to comment.