Kinda just a mess around with laravel and cashier.
Project home and is based off of this but built in laravel 5.3
To deploy:
composer install --no-scripts && composer run-script post-root-package-install && composer run-script post-install-cmd && composer run-script post-create-project-cmd && npm install
- Configure .env
- Setup Stripe with:
id=bronze
name=Bronze
price=$5
id=silver
name=Silver
price=$10
id=gold
name=Gold
price=$15
php artisan migrate
php artisan db:seed
php artisan serve
(Available at localhost:8000 - but you should know that)- If you're modifying css/js -
gulp watch
or justgulp
for a single change - I think that's all... If you see anything do let me know