Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

alikaram's avatar

alikaram liked a comment+100 XP

2mos 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.