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 045203b + d3c2b8a commit ab3e26dCopy full SHA for ab3e26d
README.md
@@ -59,7 +59,11 @@ Add the `Omnipay` facade to your facades array:
59
'Omnipay' => 'Ignited\LaravelOmnipay\Facades\OmnipayFacade',
60
```
61
62
-Finally, publish the configuration files via `php artisan vendor:publish`.
+Finally, publish the configuration files:
63
+
64
+```
65
+php artisan vendor:publish --provider="Ignited\LaravelOmnipay\LaravelOmnipayServiceProvider" --tag=config
66
67
68
#### Lumen
69
0 commit comments