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.
2 parents cddcea8 + 5af73e2 commit 6b0556bCopy full SHA for 6b0556b
README.md
@@ -67,7 +67,7 @@ Configuration
67
Change your default database connection name in `app/config/database.php`:
68
69
```php
70
-'default' => 'mongodb',
+'default' => env('DB_CONNECTION', 'mongodb'),
71
```
72
73
And add a new mongodb connection:
0 commit comments