discord
discord copied to clipboard
Discord notification channel for Laravel
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
As of this morning our site is only getting 400 responses to posting to discord We done actually use embeds, all are notifications are just markdown.
The Discord Bot always online, but still can send the notification. Any idea how to make the bot online?
It seems like textalk/websocket is no longer maintained; https://github.com/Textalk/websocket-php/pull/191#issuecomment-1819905934 / https://github.com/Textalk/websocket-php/issues/183 I made a PR to their repo, since upgrading to `1.6.3` isn't possible because it requires `psr/http-message@^1.0`, many Laravel...
I tried: ``` [ 'name' => "\u200B", 'value' => "\u200B", ], ``` but it returns: 
Add support for laravel 11
PHP 7.x are now end of life and I bumped a minimum version up to 8.0. I have also made several changes to the Workflow: added 8.3 and removed 7.x....
There's a pull request (#78 ) which adds support for Laravel 12.x applications. Would be great if this could get merged in. Thanks.