Sep 15, 2024
0
Level 1
Laravel 11 Inertia Vue and Reverb , broadcasting/auth respond 403
in my laravel inertia vue project , tea-house-pos project , I implement reverb for realtime when a waiter request one order to chef . I did every thing show on reverb docs but it respone only 403 code .
that is my channel-
Broadcast::channel('chef', function ($user) { return $user->hasRole('chef'); });
I use spatie/permission
Please or to participate in this conversation.