Skip to content

Commit

Permalink
#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bader Al-Mutairi authored and Bader Al-Mutairi committed Jun 15, 2018
1 parent 20d2fbe commit c84aecc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bareq
# Laravel Visits

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
Expand All @@ -8,7 +8,6 @@

Laravel Redis visits counter for Eloquent models

**Note:** Tested with Laravel 5.5 .

## Install

Expand All @@ -18,7 +17,7 @@ Via Composer
$ composer require if4lcon/bareq
```

The package will automatically register itself in Laravel 5.5. In Laravel 5.4. you'll manually need to register the `if4lcon\Bareq\BareqServiceProvider::class` service provider in `config/app.php`.
The package will automatically register itself in Laravel 5.5 and above. In Laravel 5.4. you'll manually need to register the `if4lcon\Bareq\BareqServiceProvider::class` service provider in `config/app.php`.

You can publish the config file with:

Expand Down

0 comments on commit c84aecc

Please sign in to comment.