laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
164 stars 7 forks source link

[Feature Request]: Allow Selecting multiple Notification channels #986

Open abishekrsrikaanth opened 3 months ago

abishekrsrikaanth commented 3 months ago

Feature Description

When creating a notification channel, it would be great to select multiple notifications channels as laravel supports. EIther a multi-select input or a tagged input would be great if PHPStorm supports it to select multiple channels for the notification.

CleanShot 2024-05-06 at 17 23 46

Currently we can only select one channel at a time.

adelf commented 3 months ago

I'll check what can be done. Thank you.

abishekrsrikaanth commented 2 months ago

Thanks if this can be done, I am assuming the stubs will automatically add the necessary methods based on the selection. like toMail(), toTwilio, toVonage etc..