- Laravel
- Laravel Cashier
- Stripe
git clone https://github.com/iagobruno/laravel-subscription-system-demo.git
cd laravel-subscription-system-demo
composer install
copy .env.example .env # And edit the values
php artisan key:generate
php artisan migrate
php artisan db:seed # (Optional)
php artisan serve
You can now access the server at http://localhost:8000.
- Usar o embeddable pricing table do Stripe pra mostrar os planos.
- Usar o costumer portal do Stripe para permitir q os clientes gerenciem suas assinaturas.
- Usar o webhooks para inciar, atualizar e cancelar assinaturas.