gpressutto5 / laravel-slack

:hash: Slack notification for Laravel as it should be. Easy, fast, simple and highly testable.
MIT License
289 stars 41 forks source link

Broken on Laravel 5.7? #11

Closed Datalink-Wouter closed 5 years ago

Datalink-Wouter commented 5 years ago

Hi, I'm using this package to send notifications from my application to a dedicated slack-channel for a while now. After updating Laravel to 5.7 these notifications does not seems to work anymore. I get a message like: AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted

Anyone else has this message?

Greetz, Wouter

ralphmoran commented 5 years ago

@Datalink-Wouter maybe this is not related. I found out that as of L5.7 the class Illuminate\Notifications\Messages\SlackMessage is no longer available. I'll open an issue for this.

gpressutto5 commented 5 years ago

Thank you @Datalink-Wouter! I will close this issue since @ralphmoran created #13