Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hsrahman/PayPalLaravelApp

Repository files navigation

About PayPal Laravel E-commerce application

This application will demonstrate how to utilise the PayPal Checkout API in a Laravel application by creating a simple web store where users can purchase products.

Steps to get the Laravel Application working

You must have a local server (e.g. WAMP) running and properly configured virtual host.

  1. Clone the project: https://github.com/hsrahman/PayPalLaravelApp.git
  2. Within the root directory run the command: composer install
  3. Run the command: NPM install
  4. Run the command: cp .env.example .env
  5. Run the command: php artisan key:generate
  6. Create a database
  7. Update .env file with the database credentials
  8. Run php migration command: php artisan migrate
  9. Finally add some fake products and create a new user

The PayPal API is not configured yet and further instructions on how to get this working can be found in the tutorial: Beginners guide to make an e-commerce store using PayPal Checkout in Laravel.

Visit my website for more awesome tutorials at Project HN

About

A simple online E-Commerce Laravel application with PayPal Checkout

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages