PHP 7.4.33
Preview: telescope.php Size: 5.64 KB
/var/www/multi-event-cfp.bitkit.dk/httpdocs/config/telescope.php
<?php

use Laravel\Telescope\Http\Middleware\Authorize;
use Laravel\Telescope\Watchers;

return [

    /*
    |--------------------------------------------------------------------------
    | Telescope Domain
    |--------------------------------------------------------------------------
    |
    | This is the subdomain where Telescope will be accessible from. If the
    | setting is null, Telescope will reside under the same domain as the
    | application. Otherwise, this value will be used as the subdomain.
    |
    */

    'domain' => env('TELESCOPE_DOMAIN', null),

    /*
    |--------------------------------------------------------------------------
    | Telescope Path
    |--------------------------------------------------------------------------
    |
    | This is the URI path where Telescope will be accessible from. Feel free
    | to change this path to anything you like. Note that the URI will not
    | affect the paths of its internal API that aren't exposed to users.
    |
    */

    'path' => env('TELESCOPE_PATH', 'telescope'),

    /*
    |--------------------------------------------------------------------------
    | Telescope Storage Driver
    |--------------------------------------------------------------------------
    |
    | This configuration options determines the storage driver that will
    | be used to store Telescope's data. In addition, you may set any
    | custom options as needed by the particular driver you choose.
    |
    */

    'driver' => env('TELESCOPE_DRIVER', 'database'),

    'storage' => [
        'database' => [
            'connection' => env('DB_CONNECTION', 'mysql'),
            'chunk' => 1000,
        ],
    ],

    /*
    |--------------------------------------------------------------------------
    | Telescope Master Switch
    |--------------------------------------------------------------------------
    |
    | This option may be used to disable all Telescope watchers regardless
    | of their individual configuration, which simply provides a single
    | and convenient way to enable or disable Telescope data storage.
    |
    */

    'enabled' => env('TELESCOPE_ENABLED', true),

    /*
    |--------------------------------------------------------------------------
    | Telescope Route Middleware
    |--------------------------------------------------------------------------
    |
    | These middleware will be assigned to every Telescope route, giving you
    | the chance to add your own middleware to this list or change any of
    | the existing middleware. Or, you can simply stick with this list.
    |
    */

    'middleware' => [
        'web',
        Authorize::class,
    ],

    /*
    |--------------------------------------------------------------------------
    | Allowed / Ignored Paths & Commands
    |--------------------------------------------------------------------------
    |
    | The following array lists the URI paths and Artisan commands that will
    | not be watched by Telescope. In addition to this list, some Laravel
    | commands, like migrations and queue commands, are always ignored.
    |
    */

    'only_paths' => [
        // 'api/*'
    ],

    'ignore_paths' => [
        'nova-api*',
    ],

    'ignore_commands' => [
        //
    ],

    /*
    |--------------------------------------------------------------------------
    | Telescope Watchers
    |--------------------------------------------------------------------------
    |
    | The following array lists the "watchers" that will be registered with
    | Telescope. The watchers gather the application's profile data when
    | a request or task is executed. Feel free to customize this list.
    |
    */

    'watchers' => [
        Watchers\BatchWatcher::class => env('TELESCOPE_BATCH_WATCHER', true),
        Watchers\CacheWatcher::class => env('TELESCOPE_CACHE_WATCHER', true),
        Watchers\ClientRequestWatcher::class => env('TELESCOPE_CLIENT_REQUEST_WATCHER', true),

        Watchers\CommandWatcher::class => [
            'enabled' => env('TELESCOPE_COMMAND_WATCHER', true),
            'ignore' => [],
        ],

        Watchers\DumpWatcher::class => env('TELESCOPE_DUMP_WATCHER', true),

        Watchers\EventWatcher::class => [
            'enabled' => env('TELESCOPE_EVENT_WATCHER', true),
            'ignore' => [],
        ],

        Watchers\ExceptionWatcher::class => env('TELESCOPE_EXCEPTION_WATCHER', true),

        Watchers\GateWatcher::class => [
            'enabled' => env('TELESCOPE_GATE_WATCHER', true),
            'ignore_abilities' => [],
            'ignore_packages' => true,
        ],

        Watchers\JobWatcher::class => env('TELESCOPE_JOB_WATCHER', true),
        Watchers\LogWatcher::class => env('TELESCOPE_LOG_WATCHER', true),
        Watchers\MailWatcher::class => env('TELESCOPE_MAIL_WATCHER', true),

        Watchers\ModelWatcher::class => [
            'enabled' => env('TELESCOPE_MODEL_WATCHER', true),
            'events' => ['eloquent.*'],
            'hydrations' => true,
        ],

        Watchers\NotificationWatcher::class => env('TELESCOPE_NOTIFICATION_WATCHER', true),

        Watchers\QueryWatcher::class => [
            'enabled' => env('TELESCOPE_QUERY_WATCHER', true),
            'ignore_packages' => true,
            'slow' => 100,
        ],

        Watchers\RedisWatcher::class => env('TELESCOPE_REDIS_WATCHER', true),

        Watchers\RequestWatcher::class => [
            'enabled' => env('TELESCOPE_REQUEST_WATCHER', true),
            'size_limit' => env('TELESCOPE_RESPONSE_SIZE_LIMIT', 64),
        ],

        Watchers\ScheduleWatcher::class => env('TELESCOPE_SCHEDULE_WATCHER', true),
        Watchers\ViewWatcher::class => env('TELESCOPE_VIEW_WATCHER', true),
    ],
];

Directory Contents

Dirs: 0 × Files: 28
Name Size Perms Modified Actions
1.53 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
637 B lrw-rw-r-- 2025-01-10 04:24:02
Edit Download
9.69 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
3.71 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
1.67 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
3.20 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
263.11 KB lrw-rw-r-- 2024-04-04 08:40:01
Edit Download
6.73 KB lrw-rw-r-- 2026-03-31 07:16:55
Edit Download
845 B lrw-r--r-- 2024-02-09 12:37:30
Edit Download
5.25 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
140 B lrw-rw-r-- 2026-01-05 12:07:32
Edit Download
10.74 KB lrw-rw-r-- 2025-12-10 06:09:27
Edit Download
2.62 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
1.53 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
6.22 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
11.47 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
3.28 KB lrw-rw-r-- 2025-03-03 05:40:15
Edit Download
3.29 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
62.01 KB lrw-rw-r-- 2024-07-17 13:28:43
Edit Download
4.74 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
2.84 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
1.75 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
1.72 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
27.00 KB lrw-rw-r-- 2025-01-10 04:24:02
Edit Download
950 B lrw-r--r-- 2024-02-09 12:37:30
Edit Download
6.88 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
5.64 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
1.03 KB lrw-r--r-- 2024-02-09 12:37:30
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).