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/fire-tech/fire-tech.nl/config/site.php
<?php

return [

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

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'info@fire-tech.nl',

    // Komma
    'company' => [
        'url' => 'https://komma.pro',
        'name' => 'Fire-tech v.o.f.',
        'visit' => [
            'address' => 'Instraat 22',
            'zip' => '6021AC',
            'city' => 'Budel',
        ],
        'postal' => [
            'address' => 'Postbus 2025',
            'zip' => '6020AA',
            'city' => 'Budel',
        ],
        'country' => 'Nederland',
        'phone' => [
            'call' => '0031495496753',
            'display' => '+31 (0)495 49 67 53',
        ],
        'KVK' => '17087971',
        'BTW' => 'NL 860327978 B.01',
        'email' => 'info@fire-tech.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.264657,
            'lng' => 5.579908,
        ],

        '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',
        ],
    ],

    'navigation' => [
        'home',
        'about',
        'services',
        'courses',
        'projects',
        'maintenance',
        'clients',
        'posts',
        'contact',
//        'subscribe',
    ],
    'mobile_navigation' => [
        'home',
        'about',
        'services',
        'courses',
        'projects',
        'maintenance',
        'clients',
        'posts',
        'contact',
//        'subscribe',
    ],

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