Commit 62669d25 authored by Diego Felix's avatar Diego Felix Committed by GitHub

updated config file path

parent cd75b176
......@@ -104,7 +104,7 @@ $books = $user->books()->sortBy('title');
Configuration
-------------
Change your default database connection name in `app/config/database.php`:
Change your default database connection name in `config/database.php`:
```php
'default' => env('DB_CONNECTION', 'mongodb'),
......@@ -179,7 +179,7 @@ Everything else (should) work just like the original Eloquent model. Read more a
### Optional: Alias
You may also register an alias for the MongoDB model by adding the following to the alias array in `app/config/app.php`:
You may also register an alias for the MongoDB model by adding the following to the alias array in `config/app.php`:
```php
'Moloquent' => 'Jenssegers\Mongodb\Eloquent\Model',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment