Skip to content

Commit

Permalink
[docs] Fix typo on laravel quickstart [skip ci][ci skip] (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamengbjerg committed Jul 29, 2021
1 parent 2e4fa51 commit 409002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ ddev launch
In the examples above we used a one liner to copy `.env.example` as `env`and set the `DB_HOST`, `DB_DATABASE`, `DB_USERNAME` and `DB_PASSWORD` environment variables to the value of `db`.
These values are DDEV's default settings for the Database connection.

Instead of setting each connection variable we can add a ddev to the `connections` array in `config/databases.php` like this:
Instead of setting each connection variable we can add a ddev to the `connections` array in `config/database.php` like this:

```php
<?php
Expand Down

0 comments on commit 409002a

Please sign in to comment.