We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0ab9d + 48af32d commit deadaeeCopy full SHA for deadaee
readme.md
@@ -15,7 +15,7 @@ Pre Laravel 5.5: After updating composer, add the ServiceProvider to the provide
15
16
You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration.
17
18
- $ php artisan vendor:publish
+ $ php artisan vendor:publish --provider='Barryvdh\Omnipay\ServiceProvider'
19
20
To use the Facade (`Omnipay::purchase()` instead of `App::make(`omnipay`)->purchase()`), add that to the facades array.
21
0 commit comments