Installation: Config/auth.php

'guards' => [
    'web' => [
        'driver' => 'session',
        'provider' => 'users',
    ],

    'api' => [
        'driver' => 'passport',
        'provider' => 'users',
    ],
],

Installation: Config/auth.php — Structure map

Clickable & Draggable!

Installation: Config/auth.php — Related pages: