alikaram's avatar

alikaram liked a comment+100 XP

3mos ago

How to build new custom notification driver

First, read the documentation how to create custom channel https://laravel.com/docs/5.5/notifications#custom-channels

After that, a good place to start is to open one of the Laravels channels, look in Illuminate\Notifications\Channels.

This helped me.