Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Oct 19, 2023
1 parent 72e8f48 commit 7bf9979
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ composer require code4mk/lara-stripe
php artisan vendor:publish --provider="Code4mk\LaraStripe\LaraStripeServiceProvider" --tag=config
```

## Set .env

```
STRIPE_PUBLIC_KEY=""
STRIPE_SECRET_KEY=""
STRIPE_SUCCESS_URL=""
STRIPE_CANCEL_URL=""
STRIPE_IS_PRODUCTION="true|false"
```

# Documentation

* [doc](https://github.com/code4mk/lara-stripe/tree/master/doc)
Expand Down

0 comments on commit 7bf9979

Please sign in to comment.