Skip to content

Commit 7bf9979

Browse files
committed
setup
1 parent 72e8f48 commit 7bf9979

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ composer require code4mk/lara-stripe
1717
php artisan vendor:publish --provider="Code4mk\LaraStripe\LaraStripeServiceProvider" --tag=config
1818
```
1919

20+
## Set .env
21+
22+
```
23+
STRIPE_PUBLIC_KEY=""
24+
STRIPE_SECRET_KEY=""
25+
STRIPE_SUCCESS_URL=""
26+
STRIPE_CANCEL_URL=""
27+
STRIPE_IS_PRODUCTION="true|false"
28+
```
29+
2030
# Documentation
2131

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

0 commit comments

Comments
 (0)