Skip to content

scotch-io/laravel-cashier-course

Repository files navigation

Build a Monthly Subscription App with Laravel Cashier

This is the code repo for the Scotch School course: Build a Monthly Subscription App with Laravel Cashier.

Requirements

Installation

  • Clone the repo: git clone git@github.com:scotch-io/laravel-cashier-course
  • Go into the repo: cd laravel-cashier-course
  • Install dependencies: composer install
  • Copy .env.example to .env: cp .env.example .env
  • Create a key: php artisan key:generate
  • Fill in STRIPE_KEY and STRIPE_SECRET in .env
  • Start the app: php artisan serve
  • Visit the app: http://localhost:8000

Stripe Keys

We will need a payment processor. Create a Stripe account and get your API keys under Account Settings.

About

Code for the Scotch School course: Build a Monthly Subscription App with Laravel Cashier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published