From 64e33ffabdccf50c80350941a9fafb51dd3a9cba Mon Sep 17 00:00:00 2001 From: jyothsnajyo244 <122074594+jyothsnajyo244@users.noreply.github.com> Date: Wed, 28 May 2025 20:54:50 +0530 Subject: [PATCH 1/2] Update .env.example --- .env.example | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.env.example b/.env.example index 3492fc76..5dfbaa70 100644 --- a/.env.example +++ b/.env.example @@ -1,23 +1,3 @@ -APP_NAME=Laravel -APP_ENV=local -APP_KEY= -APP_DEBUG=true -APP_TIMEZONE=UTC -APP_URL=http://localhost - -APP_LOCALE=en -APP_FALLBACK_LOCALE=en -APP_FAKER_LOCALE=en_US - -APP_MAINTENANCE_DRIVER=file -# APP_MAINTENANCE_STORE=database - -BCRYPT_ROUNDS=12 - -LOG_CHANNEL=stack -LOG_STACK=single -LOG_DEPRECATIONS_CHANNEL=null -LOG_LEVEL=debug DB_CONNECTION=pgsql DB_HOST=postgres From 0fa80d8cefd06cbafaad89f476f03d46a20c0730 Mon Sep 17 00:00:00 2001 From: jyothsnajyo244 <122074594+jyothsnajyo244@users.noreply.github.com> Date: Wed, 28 May 2025 20:55:49 +0530 Subject: [PATCH 2/2] Update database.php --- config/database.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/database.php b/config/database.php index 125949ed..b462bb8b 100644 --- a/config/database.php +++ b/config/database.php @@ -1,14 +1,6 @@