Skip to content

Commit

Permalink
Fix database docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Sep 12, 2017
1 parent e494a0a commit 7e8c9f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,11 @@ This is only needed if you are on Laravel 4, because `vendor:publish` does it fo
#### Create a database connection for it on your `config/database.php`

```php
'tracker' => [
'connections' => [
'mysql' => [
...
],

'tracker' => [
'driver' => '...',
'host' => '...',
Expand Down

0 comments on commit 7e8c9f2

Please sign in to comment.