Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomjoy/stripe-laravel
Stripe payment custom checkout.
https://github.com/atomjoy/stripe-laravel
laravel-stripe-checkout laravel-stripe-custom-checkout laravel-stripe-payment stripe-checkout stripe-custom-checkout stripe-elements stripe-laravel stripe-payment stripejs
Last synced: about 2 months ago
JSON representation
Stripe payment custom checkout.
- Host: GitHub
- URL: https://github.com/atomjoy/stripe-laravel
- Owner: atomjoy
- Created: 2024-05-12T16:24:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T17:06:06.000Z (8 months ago)
- Last Synced: 2024-05-12T17:35:12.288Z (8 months ago)
- Topics: laravel-stripe-checkout, laravel-stripe-custom-checkout, laravel-stripe-payment, stripe-checkout, stripe-custom-checkout, stripe-elements, stripe-laravel, stripe-payment, stripejs
- Language: PHP
- Homepage: https://github.com/atomjoy/stripe-laravel
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe Laravel Cashier
Install laravel cashier first, and run migrations. Download and copy to laravel application directory.
For local domain **app.xx** enable https on server (for stripejs).## Stripe weebhook secret
```sh
stripe listen
```## Keys
.env
```env
STRIPE_KEY=
STRIPE_SECRET=
STRIPE_WEBHOOK_SECRET=CASHIER_CURRENCY=pln
CASHIER_CURRENCY_LOCALE=pl_PL
```## Create your domain webhook
https://dashboard.stripe.com/test/webhooks
```php
-
-
-
--
-
--
--
-
-## Screen