Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
updated readme for the next version 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Sep 5, 2019
1 parent 30ac4ec commit 9e7ec19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Finally, just above your `</head>` closing tag place, this code:
Add to your composer.json following lines

"require": {
"ipunkt/laravel-analytics": "~1.0"
"ipunkt/laravel-analytics": "~2.0"
}

Add `Ipunkt\LaravelAnalytics\AnalyticsServiceProvider::class,` to `providers` in `app/config/app.php`.
Expand All @@ -56,6 +56,12 @@ Run `php artisan vendor:publish --provider="Ipunkt\LaravelAnalytics\AnalyticsSer
Then edit `analytics.php` in `config` to your needs. We do config merge in the service provider, so your local settings
will stay the same.

For php < 7.2 or laravel < 6.0 please use the 1.x release.

"require": {
"ipunkt/laravel-analytics": "~1.0"
}

## Configuration

<dl>
Expand Down

0 comments on commit 9e7ec19

Please sign in to comment.