Skip to content

Commit

Permalink
add note about cookie domain to docs (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
blite authored Apr 22, 2022
1 parent 25a7f96 commit b1f506a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ return [
];
```

The cookie domain is set by the 'domain' key in config/session.php, make sure you add a value in your .env for SESSION_DOMAIN. If you are using a domain with a port in the url such as 'localhost:3000', this package will not work until you do so.

## Usage

To display the dialog all you have to do is include this view in your template:
Expand Down

0 comments on commit b1f506a

Please sign in to comment.