rocket-chat
rocket-chat copied to clipboard
Rocket.Chat notifications channel for Laravel
With the current version of the project, I couldn't make the package send a message to RocketChat. Whatever I make, RocketChat returns error [`405`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405). In my opinion the problem is...
As I can read in the [RocketChat documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/messaging/chat-endpoints/postmessage) the URL for creating a message is `/api/v1/chat.postMessage`. I've changed the endpoint in the code and added an additional `$user_id` parameter that...
- [x] Code Review - [x] Add to website - [x] Create packagist package - [x] Travis - [x] Style CI - [x] Scrutinizer - [x] Add badges
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...