Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Aug 24, 2016
1 parent 23f8fdb commit fa8e367
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,5 +1,9 @@
# Changelog

## [3.0.0] - 2016-08-24
### New
- Cache

## [2.0.9] - 2016-08-23
### Added
- Support for multiple authentication drivers
Expand Down
13 changes: 11 additions & 2 deletions upgrading.md
@@ -1,14 +1,23 @@
# Laravel Stats Tracker Upgrading Guide

## To 3.0.0

Add cache_enabled key to your config\tracker.php:

/*
* Enable cache?
*/
'cache_enabled' => true,

## from 2.0.x to 2.0.4 or 2.0.9

####Run Artisan tracker:tables command

php artisan tracker:tables
php artisan tracker:tables

####Migrate

php artisan migrate
php artisan migrate

####If you already have executed and get the error "1215 Cannot add foreign key constraint"

Expand Down

0 comments on commit fa8e367

Please sign in to comment.