musthafasm / laravel-cashier-course

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

Home Page:https://school.scotch.io/build-a-monthly-subscription-app-with-laravel-cashier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://school.scotch.io/build-a-monthly-subscription-app-with-laravel-cashier

License:MIT License


Languages

Language:PHP 78.6%Language:HTML 19.4%Language:JavaScript 1.4%Language:ApacheConf 0.6%