From 9e7ec193cb3e903754f3906a7c403feb5ea5ffa8 Mon Sep 17 00:00:00 2001 From: rok Date: Thu, 5 Sep 2019 08:46:03 +0200 Subject: [PATCH] updated readme for the next version 2.x --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f067d8a..9cc4866 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Finally, just above your `` 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`. @@ -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