LaravelPackages.net
Acme Inc.
Toggle sidebar
apnrrtf8/laravel

The Laravel Framework.

0
0
About apnrrtf8/laravel

apnrrtf8/laravel is a Laravel package for the laravel framework.. It currently has 0 GitHub stars and 0 downloads on Packagist. Install it with composer require apnrrtf8/laravel. Discover more Laravel packages by apnrrtf8 or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart