From e87c52d30f0e38e30f9e658ba4555e2676e7cac9 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 31 Mar 2019 11:07:42 +0800 Subject: [PATCH] Fill database info automatically in setup Ref: #30 --- .env.example | 2 +- resources/views/setup/wizard/database.blade.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 1178c176..49057a46 100644 --- a/.env.example +++ b/.env.example @@ -11,7 +11,7 @@ APP_DEBUG = false APP_ENV = production # Database Configuration -DB_CONNECTION = dummy +DB_CONNECTION = dummy DB_HOST = localhost DB_PORT = 3306 DB_DATABASE = blessingskin diff --git a/resources/views/setup/wizard/database.blade.php b/resources/views/setup/wizard/database.blade.php index e0b2f883..5eab1b18 100644 --- a/resources/views/setup/wizard/database.blade.php +++ b/resources/views/setup/wizard/database.blade.php @@ -23,38 +23,38 @@ - + - + - + - + - +

@lang('setup.wizard.database.db-notice')

- +

@lang('setup.wizard.database.prefix-notice')