You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@ DB_USERNAME=root
68
68
DB_PASSWORD=
69
69
```
70
70
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
+
71
75
### Require Coilpack
72
76
73
77
Inside of your Laravel project, you will need to update your project to use the Coilpack package.
0 commit comments