/laravel-subscription-system-demo

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

Primary LanguagePHP

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