quantumh/laravel-visits

Track visits on a Laravel application

v2.0.11 2024-04-03 21:18 UTC

README

Register all visits on your Laravel app

Installation

You can install the package via composer:

composer require quantumh/laravel-visits

The package will automatically register itself.

You can publish and run the migrations with:

php artisan vendor:publish --tag="quantum-visits-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="quantum-visits-config"

Add this key on your phpunit.xml to avoid make the test failing due to the visits.

 <env name="TRACKER_VISITS_ENABLED" value="false"/>

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

  • [Carlos Rodriguez]
  • [David Vazquez]

License

The MIT License (MIT). Please see License File for more information.