Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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