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/beerten.komma.nl/config/kms.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | KMS App Name
    |--------------------------------------------------------------------------
    |
    | This value is the name of your application. This value is used when the
    | framework needs to display the name of the application within the UI
    | or in other locations. Of course, you're free to change the value.
    |
    */

    'name' => 'Komma management system',


    /*
    |--------------------------------------------------------------------------
    | Application Locale Configuration
    |--------------------------------------------------------------------------
    |
    | The application locale determines the default locale that will be used
    | by the translation service provider. You are free to set this value
    | to any of the locales which will be supported by the application.
    |
    */

    'locale' => 'nl',

    /*
    |--------------------------------------------------------------------------
    | KMS Path
    |--------------------------------------------------------------------------
    |
    | This is the URI path where KMS will be accessible from. Feel free to
    | change this path to anything you like. Note that this URI will not
    | affect Kms's internal API routes which aren't exposed to users.
    |
    */

    'path' => 'kms',

    /*
    |--------------------------------------------------------------------------
    | Resource Path
    |--------------------------------------------------------------------------
    |
    | This is the path where the KMS resources will published the files to.
    | Also the kms_asset helper function will populated this path.
    |
    */

    'published_path' => 'vendor/kms',

    'employees' => [
//        [
//            'image' => 'claire_l.png',
//            'name' => 'Claire Lardenois',
//            'function' => 'Projectmanager',
//            'mail' => 'claire@komma.nl',
//        ],
        [
            'image' => 'marielle_v.png',
            'name' => 'Mariƫlle Vreeken',
            'function' => 'Projectmanager',
            'mail' => 'marielle@komma.nl',
        ],
        [
            'image' => 'pieter_c.png',
            'name' => 'Pieter Coenjaerts',
            'function' => 'Designer',
            'mail' => 'pieter@komma.nl',
        ],
//        [
//            'image' => 'arnoud_j.png',
//            'name' => 'Arnoud Jacobs',
//            'function' => 'Designer',
//            'mail' => 'arnoud@komma.nl',
//        ],
//        [
//            'image' => 'pascal_l.png',
//            'name' => 'Pascal Lemmen',
//            'function' => 'Webdeveloper',
//            'mail' => 'pascal@komma.nl',
//        ],
//      [
//          'image' => 'mike_s.png',
//          'name' => 'Mike van der Sanden',
//          'function' => 'Chef kwaliteit',
//          'mail' => 'mike@komma.nl',
//      ],
//      [
//          'image' => 'tim_l.png',
//          'name' => 'Tim Lammers',
//          'function' => 'Operationeel directeur',
//          'mail' => 'tim@komma.nl',
//      ],
//      [
//          'image' => 'jules_g.png',
//          'name' => 'Jules Graus',
//          'function' => 'Webdeveloper',
//          'mail' => 'jules@komma.nl',
//      ],
      [
          'image' => 'rob_h.png',
          'name' => 'Rob Hoeben',
          'function' => 'Webdeveloper',
          'mail' => 'rob@komma.nl',
      ],
//      [
//          'image' => 'stef_b.png',
//          'name' => 'Stef Bogers',
//          'function' => 'Commercieel directeur',
//          'mail' => 'stef@komma.nl',
//      ],
    ],

];