Faizan Ahmad

Results 14 comments of Faizan Ahmad

@ugurmuslim you added this to your middleware?

@damienfournier can you share how you run websockets with apache with certbot letsencrypt ssl certificate? My Setting are ``` 'pusher' => [ 'driver' => 'pusher', 'key' => env('PUSHER_APP_KEY'), 'secret' =>...

@ahmadsiddeeq0 these are my configuration and they are are working on live server ``` 'pusher' => [ 'driver' => 'pusher', 'key' => env('PUSHER_APP_KEY'), 'secret' => env('PUSHER_APP_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options'...