File: D:/HostingSpaces/SBogers10/firetech.komma.pro/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',
'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' => 'NL193519306.B01',
'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'],
],
];