paypal-payment-gateway-integration-laravel icon indicating copy to clipboard operation
paypal-payment-gateway-integration-laravel copied to clipboard

A example application showing how to integrate PayPal payment gateway in your Laravel applications

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide the paypal client and secret there.
  • Run
    php artisan key:generate

Video demonstrating the example https://www.youtube.com/watch?v=WOsXayVmnoc

Reference Post

http://justlaravel.com/paypal-payment-gateway-integration-laravel/