added AuthController and StaffMember model, update auth config and routes

This commit is contained in:
Kwesi Banson Jnr
2026-07-17 21:10:38 +00:00
parent 4bf2ac98f8
commit 266c0ff097
5 changed files with 106 additions and 18 deletions

View File

@@ -62,7 +62,8 @@ return [
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => env('AUTH_MODEL', App\Models\User::class),
// 'model' => env('AUTH_MODEL', App\Models\User::class),
'model' => App\Models\StaffMember::class,
],
// 'users' => [