https://github.com/bynicodevelop/stories.fans
Code officiel du site Stories.fans
https://github.com/bynicodevelop/stories.fans
Last synced: about 1 month ago
JSON representation
Code officiel du site Stories.fans
- Host: GitHub
- URL: https://github.com/bynicodevelop/stories.fans
- Owner: bynicodevelop
- Created: 2021-08-11T12:05:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T07:25:26.000Z (almost 5 years ago)
- Last Synced: 2024-05-28T23:39:03.161Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Packages
[SEOTools](https://github.com/artesaos/seotools)
[Laravel FFMpeg](https://packagist.org/packages/pbmedia/laravel-ffmpeg)
[Laravel cookie consent](https://github.com/spatie/laravel-cookie-consent)
## Stripe Dev Mode
Listen stripe's events
```
docker run --network="lms_backend" --rm -it stripe/stripe-cli listen --forward-to http://host.docker.internal:8080/api/v1/stripe/webhook --skip-verify --api-key STRIPE_KEY
```
Send stripe's event
```
docker run --rm -it stripe/stripe-cli trigger payment_intent.created --api-key STRIPE_KEY
```