From e3479d8baf08e6e643e0abe41dfd5c65b37f6be3 Mon Sep 17 00:00:00 2001 From: Sneaky <78713939+SneakyHub@users.noreply.github.com> Date: Sat, 3 Jul 2021 00:48:02 +0100 Subject: [PATCH] Added Support & Status tab added Arc Support Added Google Analytics Support Added Status Page added I also added a bit of documentation to the .env file to show off different parts easier. --- .env.example | 14 +++++++++++++- resources/views/layouts/main.blade.php | 15 +++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 59d71f47..22decc4e 100644 --- a/.env.example +++ b/.env.example @@ -1,9 +1,11 @@ +#Dashboard APP_NAME=Dashboard APP_ENV=production APP_KEY= APP_DEBUG=false APP_URL=http://localhost +#Database DB_CONNECTION=mysql DB_HOST=controlpanel_mysql DB_PORT=3306 @@ -39,8 +41,18 @@ DISCORD_INVITE_URL=https://discord.gg/vrUYdxG4wZ RECAPTCHA_SITE_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI RECAPTCHA_SECRET_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe +#GOOGLE ANALYTICS (UA) +GOOGLE_ANALYTICS_UA_CODE= + +#Put your status URL here (example: https://status.example.com/) +STATUS_URL=# + +#Arc Support (do not include the #) +ARC_WIDGET_CODE= + +#Mail Settings MAIL_MAILER=smtp -MAIL_HOST=mailhog +MAIL_HOST=mail.mailgun.com MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index 5cfa4957..8f41f5e6 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -1,6 +1,8 @@
+ + @@ -13,6 +15,16 @@ {{-- --}} + + + + {{-- summernote --}} @@ -38,6 +50,9 @@