Files
stuart-craig-removals/config/site.php
T
2026-04-21 16:57:06 +01:00

20 lines
555 B
PHP

<?php
use Illuminate\Support\Carbon;
return [
'site' => 'https://stumovesyou.co.uk',
'show_coaches' => env('ACE_SHOW_COACHES', false),
'show_location' => env('ACE_SHOW_LOCATION', false),
'show_trial' => env('ACE_SHOW_TRIAL', false),
'logo' => '/images/logo.jpg',
'name' => 'StuMovesYou',
'address' => '2 Broome place, Shrewsbury SY1 2DS',
'map_key' => env('ACE_MAP_KEY'),
'est' => 2026,
'start_date' => Carbon::parse('2026-01-29'),
'teaching_date' => Carbon::parse('2021-08-17'),
'pricing' => [
],
];