diff --git a/readme.md b/readme.md index 352bbf1..d27ba7d 100644 --- a/readme.md +++ b/readme.md @@ -20,6 +20,7 @@ Pre Laravel 5.5: After updating composer, add the ServiceProvider to the provide You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration. ``` + $ php artisan vendor:publish --provider=Barryvdh\Omnipay\ServiceProvider ```