Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Aug 23, 2016
1 parent aef183b commit 9c2bdf9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.9] - 2016-08-23
### Added
- Support for multiple authentication drivers
### Fixed
- Migrations for languages
- Query log for Laravel 5.2 and Laravel 5.3

## [2.0.6] - 2016-08-23
### Added
- Changed to PSR-2 using StyleCI
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,12 @@ Tracker has a lot of logging options, but you need to decide what you want to lo

It is responsible for logging page hits and sessions, basically the client IP address.

## Multiple authentication drivers

You just have to all your auth IOC bidings to the array:

'authentication_ioc_binding' => ['auth', 'admin'],

## Stats Panel

To use the stats panel on your website you'll need to download the sb-admin 2 sources to your public folder:
Expand Down
2 changes: 1 addition & 1 deletion upgrading.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel Stats Tracker Upgrading Guide

## to 2.0.4
## from 2.0.x to 2.0.4 or 2.0.9

####Run Artisan tracker:tables command

Expand Down

0 comments on commit 9c2bdf9

Please sign in to comment.