File: D:/HostingSpaces/centrum8a/centrum8a.com/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'info@centrum8a.com',
// Komma
'company' => [
'url' => 'https://centrum8a.com',
'name' => 'Centrum 8a',
'address' => 'Maarheezerweg 8',
'zip' => '6021 CP',
'city' => 'Budel',
'country' => 'Nederland',
'phone' => [
'call' => '0495430272',
'display' => '+31 (0)495 - 43 02 72',
],
'email' => 'info@centrum8a.com',
'social' => [
'facebook' => 'https://www.facebook.com/Centrum8a',
],
'googleMaps' => [
'lat' => 51.2790402,
'lng' => 5.5819376,
],
'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' => 'Norbert & Rian',
'image' => '/img/contact-person-cutout.png',
],
'navigation' => [
'home',
'about',
'services',
'posts',
'dates',
'references',
'contact',
],
'mobile_navigation' => [
'home',
'about',
'services',
'posts',
'dates',
'references',
'contact',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];