iagobruno / laravel-subscription-system-demo

Um projetinho que implementa o modelo de assinatura usando o Laravel + Stripe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-subscription-system-demo

video.gif

Built with

Getting started

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.

Notas pro meu eu do futuro

About

Um projetinho que implementa o modelo de assinatura usando o Laravel + Stripe.


Languages

Language:PHP 84.0%Language:Blade 15.1%Language:Shell 0.9%