All Projects → srmklive → laravel-paypal-demo

srmklive / laravel-paypal-demo

Licence: other
laravel-paypal-demo.srmk.info/

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Laravel PayPal Demo

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

Installation

  • First simply clone this repo by using following command:
git clone https://github.com/srmklive/laravel-paypal-demo.git [your-directory]
  • Now navigate to the directory you cloned the repo into and run the following command
composer install
  • Publish configuration & views:
php artisan vendor:publish
  • Create .env file
mv .env.example .env
  • Set application key
php artisan key:generate
  • Set your database credentials.

  • Migrate the databases:

php artisan migrate

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].