how can create and customize delivery channel notification in laravel like database and email

前端 未结 0 706
执笔经年
执笔经年 2020-12-05 08:36

i,m create delivery channel in laravel and worked . method via is :

public function via($notifiable){
    return [SmsChannel::class,MailChannel::class,TelCha         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题