Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coswat/stripe
- Owner: coswat
- Created: 2023-03-14T19:08:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T19:16:16.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:49:18.487Z (8 months ago)
- Topics: laravel, stripe, stripe-integration, stripe-payment
- Language: PHP
- Homepage:
- Size: 74.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```