File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ $books = $user->books()->sortBy('title');
104
104
Configuration
105
105
-------------
106
106
107
- Change your default database connection name in ` app/ config/database.php` :
107
+ Change your default database connection name in ` config/database.php ` :
108
108
109
109
``` php
110
110
'default' => env('DB_CONNECTION', 'mongodb'),
@@ -179,7 +179,7 @@ Everything else (should) work just like the original Eloquent model. Read more a
179
179
180
180
### Optional: Alias
181
181
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 ` :
183
183
184
184
``` php
185
185
'Moloquent' => 'Jenssegers\Mongodb\Eloquent\Model',
You can’t perform that action at this time.
0 commit comments