-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
I'm trying to use pusher-push-notifications in Laravel 11, with a Vue 3 SPA, in a separate project. If I try to make the call with a Curl or an Http request, the notification is successful. The problem arises when I try to use the pusher-push-notifications functionalities.
`
$user = \App\Models\User::find(136);
$notifica = 'notifica';
try {
// $user->notify( new TestNotification($notifica));
\Illuminate\Support\Facades\Notification::send(User::all(), new TestNotification($notifica));
} catch (\Exception $e) {
dd($e->getMessage());
}
Metadata
Metadata
Assignees
Labels
No labels