overtrue / easy-sms

📲 一款满足你的多种发送需求的短信发送轮子
MIT License
3.16k stars 548 forks source link

是否考虑兼容 Laravel 的 Notification Channel 用法 #143

Closed xiaohuilam closed 6 years ago

xiaohuilam commented 6 years ago

https://github.com/overtrue/easy-sms/blob/d7e8fd6d6e2919787295020aa976ae08f39c7b9d/src/Messenger.php#L42-L55

    /**
     * Annotations...
     *
     * @param  mixed                                  $notifiable
     * @param  \Illuminate\Notifications\Notification $notification
     * @return void
     */
    public function send($notifiable, Notification $notification)
    {
overtrue commented 6 years ago

可以自行做一个 Channel 哈,参考:

https://laravel-china.org/articles/17358