Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

arkarmoe's avatar

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

0 likes
0 replies

Please or to participate in this conversation.