Home

Awesome

Laravel PayPal Demo

This is a sample laravel application containing demo express checkout workflow integration.

Installation

git clone https://github.com/srmklive/laravel-paypal-demo.git [your-directory]
composer install
php artisan vendor:publish
mv .env.example .env
php artisan key:generate
php artisan migrate

Documentation

This application uses the Laravel PayPal package. You can find the documentation for the package here.