PHP 7.4.33
Preview: broadcasting.php Size: 1.37 KB
/var/www/penneotest.bitkit.dk/httpdocs/config/broadcasting.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Default Broadcaster
    |--------------------------------------------------------------------------
    |
    | This option controls the default broadcaster that will be used by the
    | framework when an event needs to be broadcast. You may set this to
    | any of the connections defined in the "connections" array below.
    |
    */

    'default' => env('BROADCAST_DRIVER', 'pusher'),

    /*
    |--------------------------------------------------------------------------
    | Broadcast Connections
    |--------------------------------------------------------------------------
    |
    | Here you may define all of the broadcast connections that will be used
    | to broadcast events to other systems or over websockets. Samples of
    | each available type of connection are provided inside this array.
    |
    */

    'connections' => [

        'pusher' => [
            'driver' => 'pusher',
            'key' => env('PUSHER_KEY'),
            'secret' => env('PUSHER_SECRET'),
            'app_id' => env('PUSHER_APP_ID'),
            'options' => [
                //
            ],
        ],

        'redis' => [
            'driver' => 'redis',
            'connection' => 'default',
        ],

        'log' => [
            'driver' => 'log',
        ],

    ],

];

Directory Contents

Dirs: 1 × Files: 13
Name Size Perms Modified Actions
constants DIR
- drwxrwxr-x 2017-05-15 11:27:22
Edit Download
8.05 KB lrw-rw-r-- 2017-04-03 08:12:58
Edit Download
3.45 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
1.37 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
2.17 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
983 B lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
3.84 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
1.89 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
3.88 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
230 B lrw-rw-r-- 2020-07-28 06:11:35
Edit Download
2.41 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
980 B lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
5.62 KB lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
1020 B lrw-rw-r-- 2017-02-07 15:48:14
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).