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/meuwis/lmbm.be/config/site.php
<?php

return [

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

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'info@lmbm.be',

    // Komma
    'company' => [
        'url' => 'https://lmbm.be',
        'name' => 'Landmeetkundig Bureau Meuwis',
        'address' => 'Vinkstraat 60',
        'zip' => '3950',
        'city' => 'Bocholt',
        'country' => 'Belgiƫ',
        'phone' => [
            'call' => '0032483362667',
            'display' => ' +32 (0)483 362 667',
        ],
        'email' => 'info@lmbm.be',

        'social' => [
            'facebook' => 'https://www.facebook.com/Landmeetkundig-Bureau-Meuwis-291608587866821/',
            'linkedin' => 'https://www.linkedin.com/company/landmeetkundig-bureau-meuwis/about/',
        ],

        'googleMaps' => [
            'lat' => 51.1718431,
            'lng' => 5.5630638,
        ],

        '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' => 'Bert Meuwis',
        'image' => '/img/contact-person.jpg',
    ],

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

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