Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coswat/stripe

Laravel stripe integration with official stripe php package
https://github.com/coswat/stripe

laravel stripe stripe-integration stripe-payment

Last synced: about 2 months ago
JSON representation

Laravel stripe integration with official stripe php package

Awesome Lists containing this project

README

        

## stripe
Laravel stripe integration with official stripe php package
## Usage

Setup the repository

```
git clone https://github.com/coswat/stripe.git
cd stripe
composer install
cp .env.example .env
php artisan key:generate
php artisan cache:clear && php artisan config:clear
php artisan serve
```
### Setup your stripe credentials in the ```.env``` file

```
STRIPE_PK=
STRIPE_SK=
```

Animated footer bars




Back to top