Skip to content

Commit d3c2b8a

Browse files
committed
Update README.md
1 parent c64bb5a commit d3c2b8a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ Add the `Omnipay` facade to your facades array:
5555
'Omnipay' => 'Ignited\LaravelOmnipay\Facades\OmnipayFacade',
5656
```
5757

58-
Finally, publish the configuration files via `php artisan vendor:publish`.
58+
Finally, publish the configuration files:
59+
60+
```
61+
php artisan vendor:publish --provider="Ignited\LaravelOmnipay\LaravelOmnipayServiceProvider" --tag=config
62+
```
5963

6064
#### Lumen
6165

0 commit comments

Comments
 (0)