From 617a3d590b5e700c0776876027f6c668af9423a1 Mon Sep 17 00:00:00 2001 From: Matthew Shillam Date: Mon, 22 Oct 2018 03:01:36 +0100 Subject: [PATCH] Set App name and domain --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 8f56385..3508c14 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => env('APP_NAME', 'My Dental Backup'), /* |-------------------------------------------------------------------------- @@ -52,7 +52,7 @@ return [ | */ - 'url' => env('APP_URL', 'http://localhost'), + 'url' => env('APP_URL', 'http://mdbpanel.app'), /* |--------------------------------------------------------------------------