Skip to content

Commit a9cec83

Browse files
committed
Add a tip for configuration with DDEV, closes #4
1 parent 852eeaf commit a9cec83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ DB_USERNAME=root
6868
DB_PASSWORD=
6969
```
7070

71+
:::tip
72+
If you're using DDEV your database connection settings will be different and most likely have a value of `db`. For more information we recommend reading [a guide for using Laravel with DDEV](https://ddev.com/blog/ddev-local-for-laravel-teams/)
73+
:::
74+
7175
### Require Coilpack
7276

7377
Inside of your Laravel project, you will need to update your project to use the Coilpack package.

0 commit comments

Comments
 (0)