https://github.com/laravel-notification-channels/channels
Submit suggestions & pull requests here for new notification channels
https://github.com/laravel-notification-channels/channels
Last synced: 3 months ago
JSON representation
Submit suggestions & pull requests here for new notification channels
- Host: GitHub
- URL: https://github.com/laravel-notification-channels/channels
- Owner: laravel-notification-channels
- Created: 2016-08-11T07:44:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T18:47:58.000Z (about 1 year ago)
- Last Synced: 2025-03-05T02:36:17.613Z (4 months ago)
- Homepage: https://laravel-notification-channels.com/
- Size: 15.6 KB
- Stars: 211
- Watchers: 8
- Forks: 195
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Notification Channels
### Suggesting a new channel
Have a suggestion or working on a new channel? Please create a new issue for that service.### I'm working on a new channel
Please create an issue for it if it does not already exist, then PR you code for review.## Workflow for new channels
1) Head over to the [skeleton repo](https://github.com/laravel-notification-channels/skeleton) download a ZIP copy. This is important, to ensure you start from a fresh commit history.
2) Use find/replace to replace all of the placeholders with the correct values (package name, author name, email, etc).
3) Implement to logic for the channel & add tests.
4) Fork this repo, add it as a remote and push your new channel to a branch.
5) Submit a new PR against this repo for review.Take a look at our [FAQ](http://laravel-notification-channels.com/) to see our small list of rules, to provide top-notch notification channels.