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

An example app built on laravel and cashier.

Notifications You must be signed in to change notification settings

blakethepatton/cashier-app

Repository files navigation

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

About

An example app built on laravel and cashier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published