Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jun 16, 2023
1 parent 626420b commit c079750
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,13 @@ Please review [our upgrade guide](./UPGRADE.md) when upgrading to a new version.

## Configuration

The package offers various way to configure your experience with integrating with Lemon Squeezy.
The package offers various way to configure your experience with integrating with Lemon Squeezy.

By default, we don't recommend publishing the config file as most things can be configured with environment variables. Should you still want to adjust the config file, you can publish it with the following command:

```bash
php artisan vendor:publish --tag="lemon-squeezy-config"
```

### Verifying Webhook Signatures

Expand Down Expand Up @@ -282,6 +288,8 @@ You may also set a default url for this by configuring the `lemon-squeezy.redire
'redirect_url' => 'https://my-app.com/dashboard',
```

In order to do this you'll need to [publish your config file](#configuration).

### Expire Checkouts

You can indicate how long a checkout session should stay active by calling the `expiresAt` method on it:
Expand Down

0 comments on commit c079750

Please sign in to comment.