File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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');
104104Configuration
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',
You can’t perform that action at this time.
0 commit comments