This is boiler plate starter fo building software as a service platforms for handling subscriptions and payments.
- Laravel 6.0.
- Vue.js
- Bootstrap 4
- Stripe for subscriptions and payments
- Authy for 2FA
- Clone the repo
- Copy .env.example to .env
- Configure .env
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate
- Run npm install
- Setup your stripe keys
- Setup Authy secret for 2FA
- Setup ngrok for local http tunneling for webhooks from stripe.