Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 942 Bytes

readme.md

File metadata and controls

31 lines (23 loc) · 942 Bytes

Cashier App

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:

  1. 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
  2. Configure .env
  3. Setup Stripe with:
	id=bronze
	name=Bronze
	price=$5

	id=silver
	name=Silver
	price=$10

	id=gold
	name=Gold
	price=$15
  1. php artisan migrate
  2. php artisan db:seed
  3. php artisan serve (Available at localhost:8000 - but you should know that)
  4. If you're modifying css/js - gulp watch or just gulp for a single change
  5. I think that's all... If you see anything do let me know