laravel pusher 401 unauthorized

Solutions on MaxInterview for laravel pusher 401 unauthorized by the best coders in the world

showing results for - "laravel pusher 401 unauthorized"
Agustín
29 Sep 2016
1Broadcast::channel('comment-channel', function ($user) {
2    return true;
3});
4