Skip to content

Commit 62669d2

Browse files
authored
updated config file path
1 parent cd75b17 commit 62669d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $books = $user->books()->sortBy('title');
104104
Configuration
105105
-------------
106106

107-
Change your default database connection name in `app/config/database.php`:
107+
Change your default database connection name in `config/database.php`:
108108

109109
```php
110110
'default' => env('DB_CONNECTION', 'mongodb'),
@@ -179,7 +179,7 @@ Everything else (should) work just like the original Eloquent model. Read more a
179179

180180
### Optional: Alias
181181

182-
You may also register an alias for the MongoDB model by adding the following to the alias array in `app/config/app.php`:
182+
You may also register an alias for the MongoDB model by adding the following to the alias array in `config/app.php`:
183183

184184
```php
185185
'Moloquent' => 'Jenssegers\Mongodb\Eloquent\Model',

0 commit comments

Comments
 (0)