Skip to content

Commit

Permalink
Merge pull request #21 from Reflow1319/master
Browse files Browse the repository at this point in the history
Update Readme for Cookie Info
  • Loading branch information
Kryptonit3 authored Apr 26, 2017
2 parents aaafcb9 + 2b87b8c commit a2521b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ php artisan vendor:publish --provider="Kryptonit3\Counter\CounterServiceProvider
php artisan migrate
```

Set Cookie Name in Laravel env Config file

```php
COUNTER_COOKIE="Name of your cookie"
```

### How to Use

#### Regular pages
Expand Down

0 comments on commit a2521b1

Please sign in to comment.