Skip to content

Instantly share code, notes, and snippets.

@Maras0830
Created June 28, 2016 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maras0830/497905e5994d9f738fafc8ead9f463bc to your computer and use it in GitHub Desktop.
Save Maras0830/497905e5994d9f738fafc8ead9f463bc to your computer and use it in GitHub Desktop.
config/broadcasting.php
'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_KEY'),
'secret' => env('PUSHER_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'host' => 'api-ap1.pusher.com', // if pusher/pusher-php-server < 2.4.1.
'cluster' => 'ap1' // require: pusher/pusher-php-server: ~2.4.1
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment