HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/wingssprayer.komma.pro/vendor/komma/kms/config/app.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Komma Application Configuration
    |--------------------------------------------------------------------------
    |
    | These parameter can be set to influence the behavior of the application.
    | Some variables influence the seeds that are call by the db:seed artisan
    | command. If disabled, a simple generic error page is shown.
    |
    */

    'name' => 'Komma',



    'imageDriver' => env('APP_IMAGE_DRIVER', 'gd'),

    'multipleSites' => env('MULTIPLE_SITES', false),

    'multipleLanguages' => env('MULTIPLE_LANGUAGES', false),

    'testing_php_binary' => env('TESTING_PHP_BINARY', 'php'),

    /*
    |--------------------------------------------------------------------------
    | Version configuration
    |--------------------------------------------------------------------------
    |
    | The version of the kms core. Must match the composer version.
    |
    */
    'kms_version' => '3.3.1', //Warning! Do not increment to major version. Version 4.x.x is developed on the development branch and merged to the master branch upon ready for release.

    /*
    |--------------------------------------------------------------------------
    | Application Debug Mode
    |--------------------------------------------------------------------------
    |
    | When your application is in debug mode, detailed error messages with
    | stack traces will be shown on every error that occurs within your
    | application. If disabled, a simple generic error page is shown.
    |
    */

    'debug' => env('APP_DEBUG', true),

    'debug_middleware_routing' => env('APP_DEBUG_MIDDLEWARE_ROUTING', false),
    'debug_hardcoded_routing' => env('APP_DEBUG_HARDCODED_ROUTING', false),
];