Dees
Dees
+1. This package is starting to conflict with other packages using version v4.x of `lcobucci/jwt`
I've made a temporary fork until this PR is merged and submitted it to Packagist. Might be useful for other people here. ``` composer require dees040/jwt-auth ````
I made it work (at least saving and updating) using the following code (includes PHP 8 features): ```php RoleSelect::make('Role', 'roles', function (?Collection $roles) { return $roles?->first()?->name; }), ``` If you...
Having the same problem. I've my own mute/unmute button, but the prop doesn't get updated.
Hey @Alymosul, thanks for your reply! What if the user has multiple devices. Currently we can only send a notification to one device. The [Firebase](https://github.com/laravel-notification-channels/fcm/blob/master/src/FcmChannel.php#L73) and [APN](https://github.com/laravel-notification-channels/apn/blob/master/src/ApnChannel.php#L48) channels also support...