google-chat icon indicating copy to clipboard operation
google-chat copied to clipboard

Google Chat notification channel for Laravel

Results 11 google-chat issues
Sort by recently updated
recently updated
newest added

cardsV1 is deprecated, https://developers.google.com/chat/api/reference/rest/v1/cards-v1

How I can **edit** and **delete** message in space?

Adds support for message threads so replies can be grouped together in spaces that support threading. The addition does not break/change any existing functionality. API spec: https://developers.google.com/chat/api/guides/crudl/messages#start_or_reply_to_a_message_thread It's very useful...

Hello, we've tried to use the `routeNotificationForGoogleChat()` method in our notifiable class and that works, however, the `$notification` is not passed. Could you fix this? We'd use this to send...

Referencing this PR https://github.com/laravel-notification-channels/google-chat/pull/14 However, this was only available on V3 (only compatible with L9+). Could we possibly get a fix for V1, for L8? I see it would be...

Hi, can you update package compatibility with Laravel v 12?

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`...

Now, the badge will auto renew depend on `composer.json`. How and why? Every Laravel package should implement and extend the `Illuminate\Support\ServiceProvider` which include in `illuminate/support`. The versions of those packages...

### what i have done The parameter had a default null but a non-nullable string type, causing static analysis warnings and potential type errors. This PR changes it to ?string....