-
I’d like to offer the addition of clicksend as a sms notification channel. The contribution text said be willing to work on any additions. I’ve authored the code based on the vonage channel. It works I’ve already run it. All that remains is to confirm the tests on the package. My question is who do I send it to, and how do I actually run tests, haha. It uses orchestra. It’s my first package. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Nice, maybe you could also send it here. https://laravel-notification-channels.com/about/ you run tests with phpunit. |
Beta Was this translation helpful? Give feedback.
Nice, maybe you could also send it here. https://laravel-notification-channels.com/about/
you run tests with phpunit.
vendor/bin/phpunit
would do it.