Set App name and domain

This commit is contained in:
Matthew Shillam 2018-10-22 03:01:36 +01:00
parent 5d49125b7d
commit 617a3d590b
1 changed files with 2 additions and 2 deletions

View File

@ -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'),
/*
|--------------------------------------------------------------------------