php - Class spatie/Analytics/AnalyticsServiceProvider not found -


i downloaded package on localhost. spatie/laravel-analytics google analytics package have followed documenation of package instead of installing 2.4.0 current version of package installed 1.4.1 spatie/laravel-analytics version 1.4.1

after installation when add providers , aliases in config/app.php shows me errors this. providers in config/app.php aliases in config/app.php

and when publish config file shows "class spatie/analytics/analyticsserviceprovider not found" publish config file please me.

use laravelanalytics instead of analytics ,because using old version or upgrade version of php php7 , update composer latest version of package


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -