Laravel Notifications Listener Is Useless When Implementing the Queue
问题 Laravel Version: 5.5.* PHP Version: 7.1.* According to the docs https://laravel.com/docs/5.5/notifications it should be super simple to subscribe to Notification events. I've followed the steps in the docs, but my Notifications implement ShouldQueue and they weren't properly populating the event listener. I'm wonder if the issue seems to be in the framework code . Notice that in the framework github (linked right above), that new Events\NotificationSent($notifiable, $notification, $channel,