feat(settings): add analytics settings, customization settings

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-07-02 14:33:14 +01:00
parent 3e4f8084ae
commit 31b2c151e1
3 changed files with 62 additions and 3 deletions

11
config/analytics.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
return [
'google' => [
'gtm-enabled' => env('GTM_ENABLED', false),
'gtm-id' => env('GTM_ID', 'GTM-T47K5CG')
]
];