File: D:/HostingSpaces/SBogers10/dndin.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'support@komma.pro',
// Komma
'company' => [
'url' => 'https://dndin.nl/',
'name' => "D'n Din Accountants en Adviseurs",
'address' => 'Goorstraat 33',
'zip' => '6027 NB',
'city' => 'Soerendonk',
'country' => 'Nederland',
'phone' => [
'call' => '0031495599266',
'display' => '+31 (0)495 599 266',
],
'email' => 'info@dndin.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.30084,
'lng' => 5.56373,
],
'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',
'contact'
],
'mobile_navigation' => [
'home',
'about',
'services',
'contact'
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];