2017 © Pedro Peláez
 

library visitorcount

Visitor statistics for your website

image

ovde/visitorcount

Visitor statistics for your website

  • Friday, July 27, 2018
  • by 4ilo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

A simple visitor counter with graph for Laravel, (*1)

Installation

composer require ovde/visitorcount

For Laravel < 5.5 add the service provider of the package. To do this open your config/app.php file., (*2)

Add a new line to the providers array:, (*3)

Ovde\Visitorcount\VisitorCountServiceProvider::class,

Publish the assets:, (*4)

php artisan vendor:publish --tag=public --force

Migrate your database:, (*5)

php artisan migrate

Usage

The folowing views are available to use:, (*6)

@include("visitorcount::graph")
@include("visitorcount::stats")

Register the countVisit middleware on the routes you want to count visits., (*7)

Route::get("/")->middleware("countVisit");

The Versions

27/07 2018

dev-master

9999999-dev

Visitor statistics for your website

  Sources   Download

MIT

The Requires

 

27/07 2018

v1.0.2

1.0.2.0

Visitor statistics for your website

  Sources   Download

MIT

The Requires

 

23/07 2018

v1.0.1

1.0.1.0

Visitor statistics for your website

  Sources   Download

MIT

The Requires

 

23/07 2018

v1.0

1.0.0.0

Visitor statistics for your website

  Sources   Download

The Requires