laravel-notification-channels / smsapi

Smsapi notification channel for Laravel 5.5+
http://laravel-notification-channels.com
MIT License
22 stars 18 forks source link

feat: Add extra for laravel auto discovery #10

Closed pxlrbt closed 4 years ago

pxlrbt commented 4 years ago

In https://github.com/laravel-notification-channels/smsapi/pull/8 documentation on registering the ServiceProvider was removed. But auto discovery was missing the required infos in composer.json.

pxlrbt commented 4 years ago

Moved this changes to a separate branch and created a new PR: https://github.com/laravel-notification-channels/smsapi/pull/12