Laravel Server Checkout

Getting setup...

  1. Copy .env.example to .env

  2. Set STRIPE_SECRET_KEY and STRIPE_PUBLISHABLE_KEY in .env.

  3. Download Composer into this project's directory.

  4. From this project's directory, run php composer.phar install to install dependencies.

  5. Run php artisan key:generate

  6. Start the development web server with php artisan serve

  7. Navigate to http://localhost:8000/checkout

Key files

Not included yet