You are the master of your data, all analytical data are stored in your database.
Analytical data is now much more accurate !
The dashboard is now available in French 🇫🇷 and English 🇬🇧 languages
Installation problems? Contact me on discord : Corox#2729 👾
Install EvilAnalytics is pretty easy ! 😎
composer require coroxx/evilanalytics
php artisan vendor:publish --provider="coroxx\evilanalytics\EvilanalyticsServiceProvider"
php artisan vendor:publish --provider="Stevebauman\Location\LocationServiceProvider"
To significantly increase the accuracy of the analytical data you should include in your App/Console/Kernel.php file this function in the :
protected function schedule(Schedule $schedule)
(See the Kernel.php file at the root)
php artisan schedule:run
Run your migrations to create the calls table :
php artisan migrate
Now you have to configure the Middleware in your web.php file like this :
Now acces to the dashboard with /analytics/en ✅
Don't forget to name all your routes, otherwise you won't have an accurate tracking of the number of visits of each page
Don't forget that as such, the panel is accessible by everyone, so don't hesitate to set up a login system to access it :
For this, modify /vendor/coroxx/evilanalytics/src/routes/web.php
Installer EvilAnalytics est plutôt simple ! 😎
composer require coroxx/evilanalytics
php artisan vendor:publish --provider="coroxx\evilanalytics\EvilanalyticsServiceProvider"
php artisan vendor:publish --provider="Stevebauman\Location\LocationServiceProvider"
Pour augmenter nettement la précision des données analytiques vous devez inclure dans votre fichier App/Console/Kernel.php cette fonction dans la fonction :
protected function schedule(Schedule $schedule)
(Voir le fichier Kernel.php à la racine)
php artisan schedule:run
Lancez vos migrations pour créer la table calls avec :
php artisan migrate
Il ne vous reste plus qu'à à ajouter le Middleware dans votre fichier web.php comme l'exemple le montre :
Maintenant accédez au panel avec l'url /analytics/fr ✅
N'oubliez pas de nommer toutes vos routes, sinon vous n'aurez pas de suivi précis sur le nombre de visite de chaque pages
N'oubliez pas que comme tel, le panel est accessible par tout le monde, n'hésitez pas à mettre en place à un sytème de login pour y accéder
Pour cela, il faut modifier les routes /vendor/coroxx/evilanalytics/src/routes/web.php