File: D:/HostingSpaces/SBogers10/netwerkbrabant.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'info@netwerkbrabant.nl',
// 'mailTo' => 'pascal@komma.pro',
'membershipProductCode' => 'P0012',
'memberPrice' => 175,
// Komma
'company' => [
'url' => 'https://netwerkbrabant.nl',
'url_www' => 'www.netwerkbrabant.nl',
'url_name' => 'netwerkbrabant.nl',
'name' => 'Netwerk Brabant',
'address' => 'Munselstraat 20',
'zip' => '5045 DC',
'city' => 'Tilburg',
'country' => 'Nederland',
'email' => 'info@netwerkbrabant.nl',
'kvk' => '67684548',
'btw' => 'NL857129089B01',
'iBan' => 'NL72ABNA0841789223',
'phone' => [
'call' => '0850434883',
'display' => '085 – 043 4883',
],
'googleMaps' => [
'lat' => 51.2618222,
'lng' => 5.5965538,
],
'socials' => [
'facebook' => 'https://www.facebook.com/netwerkbrabant/',
'instagram' => 'https://www.instagram.com/netwerkbrabant/',
'linkedin' => 'https://www.linkedin.com/company/netwerk-brabant/',
'twitter' => 'https://twitter.com/netwerkbrabant',
],
'invoice' => [
'address' => 'Postbus 2190',
'zip' => '5001 CD',
'city' => 'Tilburg',
],
],
'paymentMethods' => [
\App\KommaApp\Payments\PaymentService::PAYMENT_METHOD_IDEAL,
\App\KommaApp\Payments\PaymentService::PAYMENT_METHOD_BANK_TRANSFER,
],
'navigation' => [
'home',
'events',
'magazine',
],
'footerNavigation' => [
'about',
'events',
'magazine',
'news',
'wantToAdvertise',
'magazineHistory',
'companies',
'questions',
'contact',
],
'overlayNavigation' => [
'primary'=> [
'home',
'events',
'magazine',
'news',
'about',
'companies',
'questions',
'contact',
],
'secondary'=> [
'wantToAdvertise',
'magazineHistory',
'legal',
'privacy',
'disclaimer',
],
],
'contact-persons' => [
'erik' => [
'name' => 'Erik van Os',
'function' => 'Buitenbaas',
'image' => '/img/contactPersons/erik.jpg?v=2',
],
'marieke' => [
'name' => 'Marieke van Os',
'function' => 'Binnenbaas',
'image' => '/img/contactPersons/marieke.jpg?v=2',
],
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000', 'localhost:8888'],
// 'lacom' => ['localhost:8001'],
],
];