Skip to content

Commit ab3e26d

Browse files
authored
Merge pull request #23 from bkuhl/patch-2
Update README.md
2 parents 045203b + d3c2b8a commit ab3e26d

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
@@ -59,7 +59,11 @@ Add the `Omnipay` facade to your facades array:
5959
'Omnipay' => 'Ignited\LaravelOmnipay\Facades\OmnipayFacade',
6060
```
6161

62-
Finally, publish the configuration files via `php artisan vendor:publish`.
62+
Finally, publish the configuration files:
63+
64+
```
65+
php artisan vendor:publish --provider="Ignited\LaravelOmnipay\LaravelOmnipayServiceProvider" --tag=config
66+
```
6367

6468
#### Lumen
6569

0 commit comments

Comments
 (0)