Skip to content

Instantly share code, notes, and snippets.

@allaniftrue
Last active December 20, 2016 09:21
Show Gist options
  • Save allaniftrue/95abf84810b5128873f6 to your computer and use it in GitHub Desktop.
Save allaniftrue/95abf84810b5128873f6 to your computer and use it in GitHub Desktop.
Using Omnipay Paypal With Laravel App Configuration
<?php
return array(
'providers' => array(
'Ignited\LaravelOmnipay\LaravelOmnipayServiceProvider'
),
'aliases' => array(
'Omnipay' => 'Ignited\LaravelOmnipay\Facades\OmnipayFacade'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment