We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7f32d commit aaf4e1eCopy full SHA for aaf4e1e
README.md
@@ -120,7 +120,7 @@ And add a new mongodb connection:
120
'username' => env('DB_USERNAME'),
121
'password' => env('DB_PASSWORD'),
122
'options' => [
123
- 'db' => 'admin' // sets the authentication database required by mongo 3
+ 'database' => 'admin' // sets the authentication database required by mongo 3
124
]
125
],
126
```
0 commit comments