Vonage / vonage-laravel

Laravel Service Provider for integrating Vonage APIs
Apache License 2.0
34 stars 8 forks source link

Add the "provider" argument to the publish command #5

Closed ash-jc-allen closed 1 year ago

ash-jc-allen commented 1 year ago

Hey! This PR is only a small one, but something that I thought might make the installation process even quicker for devs.

At the moment, if you run the php artisan vendor:publish command (like shown in the docs at the moment), then the user will then need to select the Vonage provider to publish the config.

With my proposed change, running the command that I've proposed should remove this extra step of having to select the provider. So the user should be able to copy and paste the command into their terminal, hit ENTER, and then the config file will be published.

I hope this all sounds okay and that I've done it right. If this is something you'd consider merging and there are any changes you'd like me to make, feel free to give me a shout 😄