File: D:/HostingSpaces/SBogers10/mountadvies.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.0',
/*
|--------------------------------------------------------------------------
| 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),
];