Irfaq Syed

Results 30 comments of Irfaq Syed

Can you try again? It seems to be working fine for me as I've tried recently as well. Maybe there was some issue from their end.

Hey! You can just use `route('telegram.webhook')` and set the value for `webhook_url` config. We don't need another option.

Thank you πŸ‘

[Telegram 0.5.0](https://github.com/laravel-notification-channels/telegram/releases/tag/0.5.0) & [Facebook 0.2.0](https://github.com/laravel-notification-channels/facebook/releases/tag/0.2.0) Channels were released with Laravel 8 support yesterday. Thanks!

+1 for this. There were previous discussions regarding handling failed notifications prior to the introduction of the event in Laravel and some chose to use exceptions and some used event...

Event firing for failure makes sense πŸ‘ Except for critical cases where it needs attention like @barryvdh mentioned, In cases of config error or as such, it makes sense to...

@jorgeborges No problem. Alright, I'll do it soon. Thanks. And sounds good about moving to PHP 7 and also decoupling the HTTP Client. Consider using [Httplug](http://httplug.io/) (If not already)!

Nevermind, Just saw #16 πŸ‘

Here's the screenshot for reference:

`App.vue` ``` import { FadeTransition } from 'vue2-transitions' export default { name: 'App', components: { FadeTransition }, } ```