Skip to content

Commit

Permalink
publish and run migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi committed Oct 15, 2019
1 parent 6dbaa42 commit 23bbf16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ If you are using Laravel 5.5 or higher then you don't need to add the provider a
],
```

then, run the below commands to publish migrations and create tables

```bash
php artisan vendor:publish

php artisan migrate
```

### How to use

you can access to `visitor's information` using `$request->visitor()` in your controllers , and you can access to the visitor's information using `visitor()` helper function any where.
Expand Down

0 comments on commit 23bbf16

Please sign in to comment.