edvinaskrucas / notification

Notification package for Laravel
MIT License
525 stars 99 forks source link

Any plans to support Laravel 5.4? #81

Closed emielmolenaar closed 7 years ago

emielmolenaar commented 7 years ago

This package isn't working with Laravel 5.4, as 5.4 has some changes in wildcard event handling (Wildcard event handlers now receive the event name as their first argument and the array of event data as their second argument).

I am willing to create a PR, fixing Krucas\Notification\Subscriber.