Update README
This commit is contained in:
parent
2246c597f1
commit
00d992d4f8
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -69,7 +69,8 @@ Creates a new PHP development environment and mounts your project files.
|
|||
>
|
||||
> **Required?** ❌
|
||||
>
|
||||
> Do not install XDebug in your environment.
|
||||
> Do not install XDebug in your environment. Equivalent to setting `options.environment.php.xdebug = false`
|
||||
> in your project Spinner config.
|
||||
|
||||
## XDebug Setup
|
||||
|
||||
|
@ -78,7 +79,7 @@ should be fairly universal.
|
|||
|
||||
### Server Settings
|
||||
|
||||
- `File` -> `Settings` (`Preferences` on MacOS)
|
||||
- `File` -> `Settings`
|
||||
- `PHP` -> `Servers` -> `+`
|
||||
- Give your "server" a name and use the values shown below.
|
||||
|
||||
|
@ -97,4 +98,7 @@ should be fairly universal.
|
|||
- `+` -> `PHP Remote Debug`
|
||||
- Give it a name
|
||||
- Use the server you created before
|
||||
- Use **SPINNER** as IDE key
|
||||
- Use **SPINNER** as IDE key
|
||||
|
||||
Make sure you start listening when you want to debug by clicking the little bug icon in the
|
||||
top right (by default) in PHPStorm.
|
Loading…
Add table
Reference in a new issue