Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
317 stars 79 forks source link

Update Readme For Detail Publish Vendor #44

Closed devglrd closed 1 year ago

devglrd commented 4 years ago

Maybe its better to add the Nexmo provider at the vendor:publish artisan command.

dragonmantank commented 4 years ago

Hello!

Is publish no longer picking up our plugin? I believe it used to automatically be found and published when artisan vendor:publish was run.

devglrd commented 4 years ago

Yes your plugin is still present in the artisan vendor:publish, but in a large project with many puglin, if you make artisan vendor:publish you have to choose the right Provider to publish.

You can pass the optional --provider parameter to the command for specify the provider to publish.

Capture d’écran 2020-04-23 à 02 17 38

This is nothing more than detail

SecondeJK commented 1 year ago

This package is officially abandoned in favour of https://github.com/Vonage/vonage-laravel. Please use that, and open tickets in that repo if required, thanks.