Remove ambiguous characters
parent
3ec1b39717
commit
b9e8826a56
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
By default, **Loom Spinner** provides a powerful environment for your PHP projects—no extra configuration required.
|
By default, **Loom Spinner** provides a powerful environment for your PHP projects—no extra configuration required.
|
||||||
However, Loom Spinner is designed to be flexible, so you can easily tailor your environment to suit different project needs.
|
However, Loom Spinner is designed to be flexible, so you can easily tailor your environment to suit different project needs.
|
||||||
|
|
||||||
For example, if you're building a CLI tool and don’t need a web server, you can simply pass the `--disable-server` option to the `spin:up` command to exclude Nginx.
|
For example, if you're building a CLI tool and don't need a web server, you can simply pass the `--disable-server` option to the `spin:up` command to exclude Nginx.
|
||||||
|
|
||||||
This page explains how to customize your environments using command line options or a project configuration file.
|
This page explains how to customize your environments using command line options or a project configuration file.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ If your `spinner.yaml` sets `environment.database.enabled: true`, but you run `s
|
||||||
|
|
||||||
## Example: Disabling XDebug via YAML
|
## Example: Disabling XDebug via YAML
|
||||||
|
|
||||||
If you’re happy with most defaults but want to disable XDebug, your config might look like:
|
If you're happy with most defaults but want to disable XDebug, your config might look like:
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue