From 3f40b352c72d7b211a34fe57b8e21db760d7de20 Mon Sep 17 00:00:00 2001 From: hrishikapandey Date: Fri, 7 Nov 2025 15:01:57 +0530 Subject: [PATCH 1/5] changes done --- config/database.php | 2 +- routes/api.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.php b/config/database.php index cab5d06..6363ed1 100644 --- a/config/database.php +++ b/config/database.php @@ -1,5 +1,5 @@ Date: Fri, 7 Nov 2025 15:15:59 +0530 Subject: [PATCH 2/5] added changes --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 6363ed1..d2bbcf8 100644 --- a/config/database.php +++ b/config/database.php @@ -12,7 +12,7 @@ | you may use many connections at once using the Database library. | */ - +//hello 'default' => env('DB_CONNECTION', 'mysql'), /* From db9b02530f17fcbe64f8edb57f5130926724924c Mon Sep 17 00:00:00 2001 From: hrishikapandey Date: Fri, 7 Nov 2025 15:50:15 +0530 Subject: [PATCH 3/5] some changes done for practice --- config/broadcasting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/broadcasting.php b/config/broadcasting.php index 5eecd2b..a3db629 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -51,6 +51,7 @@ 'null' => [ 'driver' => 'null', + ], ], From ea814b7b18565e8a89110fab14ee5f2eadf94bed Mon Sep 17 00:00:00 2001 From: hrishikapandey Date: Fri, 7 Nov 2025 16:02:48 +0530 Subject: [PATCH 4/5] r4fe --- config/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index 7817501..be111fc 100644 --- a/config/auth.php +++ b/config/auth.php @@ -12,7 +12,6 @@ | as required, but they're a perfect start for most applications. | */ - 'defaults' => [ 'guard' => 'web', 'passwords' => 'users', From 2a781a753030aa30de3cf59039561bd9ef0b0463 Mon Sep 17 00:00:00 2001 From: hrishikapandey Date: Fri, 7 Nov 2025 16:28:11 +0530 Subject: [PATCH 5/5] practice changes --- config/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/auth.php b/config/auth.php index be111fc..0c61798 100644 --- a/config/auth.php +++ b/config/auth.php @@ -68,6 +68,7 @@ 'driver' => 'eloquent', 'model' => App\User::class, ], + // 'users' => [ // 'driver' => 'database',