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 2d8d8c0 + f9b425d commit ea17a4dCopy full SHA for ea17a4d
readme.md
@@ -20,7 +20,7 @@ Pre Laravel 5.5: After updating composer, add the ServiceProvider to the provide
20
You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration.
21
22
```
23
-$ php artisan vendor:publish --provider='Barryvdh\Omnipay\ServiceProvider'
+$ php artisan vendor:publish --provider=Barryvdh\Omnipay\ServiceProvider
24
25
26
To use the Facade (`Omnipay::purchase()` instead of `App::make(`omnipay`)->purchase()`), add that to the facades array.
0 commit comments