File: D:/HostingSpaces/SBogers10/wingssprayer.komma.pro/vendor/komma/kms/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',
/*
|--------------------------------------------------------------------------
| 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.pro',
],
// [
// 'image' => 'marielle_v.png',
// 'name' => 'Mariƫlle Vreeken ',
// 'function' => 'Projectmanager',
// 'mail' => 'marielle@komma.pro',
// ],
[
'image' => 'pieter_c.png',
'name' => 'Pieter Coenjaerts',
'function' => 'Designer',
'mail' => 'pieter@komma.pro',
],
// [
// 'image' => 'arnoud_j.png',
// 'name' => 'Arnoud Jacobs',
// 'function' => 'Designer',
// 'mail' => 'arnoud@komma.pro',
// ],
// [
// 'image' => 'mike_s.png',
// 'name' => 'Mike van der Sanden',
// 'function' => 'Chef kwaliteit',
// 'mail' => 'mike@komma.pro',
// ],
// [
// 'image' => 'jules_g.png',
// 'name' => 'Jules Graus',
// 'function' => 'Webdeveloper',
// 'mail' => 'jules@komma.pro',
// ],
[
'image' => 'pascal_l.png',
'name' => 'Pascal Lemmen',
'function' => 'Webdeveloper',
'mail' => 'pascal@komma.pro',
],
// [
// 'image' => 'rob_h.png',
// 'name' => 'Rob Hoeben',
// 'function' => 'Webdeveloper',
// 'mail' => 'rob@komma.pro',
// ],
// [
// 'image' => 'tim_l.png',
// 'name' => 'Tim Lammers',
// 'function' => 'Operationeel directeur',
// 'mail' => 'tim@komma.pro',
// ],
// [
// 'image' => 'twan_l.png',
// 'name' => 'Twan Lammers',
// 'function' => 'Online Marketeer',
// 'mail' => 'twan@komma.pro',
// ],
// [
// 'image' => 'vincent_l.png',
// 'name' => 'Vincent van Lierop',
// 'function' => 'Commercieel directeur',
// 'mail' => 'vincent@komma.pro',
// ],
// [
// 'image' => 'stef_b.png',
// 'name' => 'Stef Bogers',
// 'function' => 'Commercieel directeur',
// 'mail' => 'stef@komma.pro',
// ],
],
];