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

return [

    /*
     * If set to false, no activities will be saved to the database.
     */
    'enabled' => env('ACTIVITY_LOGGER_ENABLED', true),

    /*
     * When the clean-command is executed, all recording activities older than
     * the number of days specified here will be deleted.
     */
    'delete_records_older_than_days' => 365,

    /*
     * If no log name is passed to the activity() helper
     * we use this default log name.
     */
    'default_log_name' => 'default',

    /*
     * You can specify an auth driver here that gets user models.
     * If this is null we'll use the default Laravel auth driver.
     */
    'default_auth_driver' => null,

    /*
     * If set to true, the subject returns soft deleted models.
     */
    'subject_returns_soft_deleted_models' => false,

    /*
     * This model will be used to log activity.
     * It should be implements the Spatie\Activitylog\Contracts\Activity interface
     * and extend Illuminate\Database\Eloquent\Model.
     */
    'activity_model' => \Spatie\Activitylog\Models\Activity::class,

    /*
     * This is the name of the table that will be created by the migration and
     * used by the Activity model shipped with this package.
     */
    'table_name' => 'activity_log',

    /*
     * This is the database connection that will be used by the migration and
     * the Activity model shipped with this package. In case it's not set
     * Laravel database.default will be used instead.
     */
    'database_connection' => env('ACTIVITY_LOGGER_DB_CONNECTION'),
];

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).