Skip to content

Commit

Permalink
Merge pull request antonioribeiro#423 from antonioribeiro/napestershi…
Browse files Browse the repository at this point in the history
…ne-patch-2

Update readme.md
  • Loading branch information
napestershine authored May 5, 2019
2 parents 6c75d91 + 190fccb commit e1ec492
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,25 @@ You may need to change your Tracker database connection configuration to

```

## Not able to track users?

If you get an error like:

Base table or view not found: 1146 Table 'tracker.users' doesn't exist

You probably need to change:

'user_model' => 'PragmaRX\Tracker\Vendor\Laravel\Models\User',

To create (or use a current) a User model:

'user_model' => 'App\TrackerUser',

And configure the Connection related to your users table:

protected $connection = 'mysql';


## Author

[Antonio Carlos Ribeiro](http://twitter.com/iantonioribeiro)
Expand Down

0 comments on commit e1ec492

Please sign in to comment.