Skip to content

Commit

Permalink
Merge pull request #31 from vrajroham/patch-1
Browse files Browse the repository at this point in the history
Fixed typos and little grammar
  • Loading branch information
BSN4 authored Oct 9, 2019
2 parents 391ad35 + af290be commit 0644e87
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Laravel Visits is a counter that can be attached to any model to track its visit
* [Top or Lowest list per model type](#top-or-lowest-list-per-model-type)
* [Reset and clear values](#reset-and-clear-values)
* [Integration with Eloquent](#integration-with-eloquent)
* [Change log](#change-log)
* [Changelog](#changelog)
* [Contributing](#contributing)
* [Credits](#credits)
* [License](#license)
Expand All @@ -35,11 +35,11 @@ Laravel Visits is a counter that can be attached to any model to track its visit

## Features
- A model item can have many types of recorded visits (using tags).
- It's not limitd to one type of Model (like some packages that allow only User model).
- Record per visitors and not by vistis using IP detecting, so even with refresh, visit won't duplicate (can be changed from config).
- Get Top/Lowest visits per a model.
- It's not limited to one type of Model (like some packages that allow only the User model).
- Record per visitors and not by visits using IP detecting, so even with the refresh, visit won't duplicate (can be changed from config).
- Get Top/Lowest visits per model.
- Get most visited countries, refs, OSes, and languages ...
- Get visits per a period of time like a month of a year of an item or model.
- Get visits per period of time like a month of a year of an item or model.

## Install
Via Composer
Expand All @@ -49,7 +49,7 @@ composer require awssat/laravel-visits
#### Requirement
- Laravel 5.5+
- PHP 7.1+
- This package rely heavly on Redis. To use it, make sure that Redis is configured and ready. (see [Laravel Redis Configuration](https://laravel.com/docs/5.6/redis#configuration))
- This package relies heavily on Redis. To use it, make sure that Redis is configured and ready. (see [Laravel Redis Configuration](https://laravel.com/docs/5.6/redis#configuration))



Expand All @@ -63,7 +63,7 @@ php artisan vendor:publish --provider="awssat\Visits\VisitsServiceProvider"

- By default `laravel-visits` doesn't use the default laravel redis configuration (see [issue #5](https://github.com/awssat/laravel-visits/issues/5))

To prvent any data loss add a new conection on `config/database.php`
To prevent any data loss add a new connection on `config/database.php`

``` php

Expand Down Expand Up @@ -279,7 +279,7 @@ Then you can use it as:
```


## Change log
## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Expand All @@ -294,7 +294,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT
- [All Contributors][link-contributors]

## Todo
- An export command to save visits of any periods to a table on database.
- An export command to save visits of any periods to a table on the database.

## Contributors

Expand Down

0 comments on commit 0644e87

Please sign in to comment.