-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Textlocal Channel #37
base: master
Are you sure you want to change the base?
Conversation
Which provides the ability to send SMS via textlocal.in API
…ence no URL is set so resulting in unable to connect to host Now it merges the configurations with default fallback added notification channel for on demand support
need to check if working
auto package discovery for newer laravel versions
updated api_key in constructor which was previously only taking hash
Hi! Are you still open to creating and maintaining this channel? If so, could you update it to support laravel 5.5-6.0 please? Thanks! |
@atymic |
Please PR code here: And i'll get everything set up for release :) |
Launch checklist laravel-notification-channels/textlocal#1 |
Sure thing |
Can you PR on the new repo please? |
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* laravel 8 support * readme updated Co-authored-by: rupam4 <[email protected]>
f50fd68
to
31db70e
Compare
Update README.md
…iable Update Textlocal.php, TextlocalChannel.php, TextlocalServiceProvider.php Create INotificationUsesTextlocalClientConfig.php Create IUsesTextlocalClientConfig.php Update README.md
Update README.md Update CHANGELOG.md
Update IUsesTextlocalClientConfig.php
Update README.md
Which provides the ability to send SMS via textlocal.in API