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 @@ +