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/egovers/edwingovers.nl/config/site.php
<?php

return [

    /* Basic settings
       ========================================================================== */

    'showGrid' => false,
    'trackingCookies' => false,
//    'mailTo' => 'pascal@komma.pro',
    'mailTo' => 'info@edwingovers.nl',

    // Komma
    'company' => [
        'url' => 'https://edwingovers.nl',
        'name' => 'Edwin Govers Schildersbedrijf',
        'address' => 'De Wiet 32',
        'zip' => '6027 SG',
        'city' => 'Soerendonk',
        'country' => 'Nederland',
        'phone' => [
            'call' => '0031651899642',
            'display' => '+31 (0)6 51 899 642',
        ],
        'email' => 'info@edwingovers.nl',

//        'social' => [
//            'facebook' => 'https://www.facebook.com/KommaMediadesign/',
//            'instagram' => 'https://www.instagram.com/komma.pro/',
//            'linkedin' => 'https://www.linkedin.com/company/komma-web-and-branding-agency/',
//        ],

        'googleMaps' => [
            'lat' => 51.304373,
            'lng' => 5.5763161,
        ],

//        'opening_hours' => [
//            '08.30 - 17.00 uur',
//            '08.30 - 17.00 uur',
//            '08.30 - 17.00 uur',
//            '08.30 - 17.00 uur',
//            '08.30 - 17.00 uur',
//        ]
    ],

    'contactPerson' => [
        'name' => 'Edwin Govers',
        'image' => '/img/contact-person.jpg',
    ],

    'navigation' => [
        'home',
        'about', 
        'services',
        'projects',
        'references',
        'contact',
    ],
    'mobile_navigation' => [
        'home',
        'about',
        'services',
        'projects',
        'references',
        'contact',
    ],

    // Key is the slug of the desired site
    'domains' => [
        'default' => ['localhost:8000'],
        'lacom' => ['localhost:8001'],
    ]
];