Added rest of files

This commit is contained in:
Shaun Collins
2026-03-04 16:35:15 +00:00
committed by shaun collins
parent 646041230b
commit 09c4bd02ff
160 changed files with 19001 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
use Illuminate\Support\Carbon;
return [
'site' => 'https://acebjj.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' => 'Stuart Craig Removals',
'address' => '31 Thornton Rd, Shrewsbury SY1 3SJ',
'map_key' => env('ACE_MAP_KEY'),
'est' => 2026,
'start_date' => Carbon::parse('2026-01-29'),
'teaching_date' => Carbon::parse('2021-08-17'),
'pricing' => [
],
];