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/ReturnIndustries/return-industries.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 systeem',


    /*
    |--------------------------------------------------------------------------
    | 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.
    |
    | TODO: make sure the above is correct ;)
    |
    */

    'path' => 'kms',

    'employees' => [
      [
          'image' => 'claire_l.png',
          'name' => 'Claire Lardenois',
          'function' => 'Projectmanager',
          'mail' => 'claire@komma.pro',
      ],
      [
          'image' => 'pieter_c.png',
          'name' => 'Pieter Coenjaerts',
          'function' => 'Designer',
          'mail' => 'pieter@komma.pro',
      ],
      [
          'image' => 'pascal_l.png',
          'name' => 'Pascal Lemmen',
          'function' => 'Webdeveloper',
          'mail' => 'pascal@komma.pro',
      ],
//      [
//          'image' => 'mike_s.png',
//          'name' => 'Mike van der Sanden',
//          'function' => 'Chef kwaliteit',
//          'mail' => 'mike@komma.pro',
//      ],
//      [
//          'image' => 'tim_l.png',
//          'name' => 'Tim Lammers',
//          'function' => 'Operationeel directeur',
//          'mail' => 'tim@komma.pro',
//      ],
//      [
//          'image' => 'maarten_d.png',
//          'name' => 'Maarten Dijkstra',
//          'function' => 'Webdeveloper',
//          'mail' => 'maarten@komma.pro',
//      ],
//      [
//          'image' => 'jules_g.png',
//          'name' => 'Jules Graus',
//          'function' => 'Webdeveloper',
//          'mail' => 'jules@komma.pro',
//      ],
//      [
//          'image' => 'rob_h.png',
//          'name' => 'Rob Hoeben',
//          'function' => 'Webdeveloper',
//          'mail' => 'rob.hoeben@komma.pro',
//      ],
//      [
//          'image' => 'stef_b.png',
//          'name' => 'Stef Bogers',
//          'function' => 'Commercieel directeur',
//          'mail' => 'stef@komma.pro',
//      ],
    ],

];