Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
update readme / adapt for laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weboAp committed Sep 2, 2017
1 parent 73ebd8e commit f8ba976
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,18 @@ The recommended way to install Winput is through composer.

## Step 1

Just add to `composer.json` file:
run

``` json
{
"require": {
"weboap/visitor": "dev-master"
}
}
composer require weboap/visitor
```

then run
``` php
php composer.phar update
```

## Step 2

Add
Add if your laravel version is < 5.5
``` php
'Weboap\Visitor\VisitorServiceProvider'
Weboap\Visitor\VisitorServiceProvider::class
```

to the list of service providers in app/config/app.php
Expand Down

0 comments on commit f8ba976

Please sign in to comment.