└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # New Notification Channels 2 | 3 | ### Suggesting a new channel 4 | Have a suggestion or working on a new channel? Please create a new issue for that service. 5 | 6 | ### I'm working on a new channel 7 | Please create an issue for it if it does not already exist, then PR you code for review. 8 | 9 | ## Workflow for new channels 10 | 11 | 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. 12 | 2) Use find/replace to replace all of the placeholders with the correct values (package name, author name, email, etc). 13 | 3) Implement to logic for the channel & add tests. 14 | 4) Fork this repo, add it as a remote and push your new channel to a branch. 15 | 5) Submit a new PR against this repo for review. 16 | 17 | Take a look at our [FAQ](http://laravel-notification-channels.com/) to see our small list of rules, to provide top-notch notification channels. 18 | --------------------------------------------------------------------------------