Can\'t make this pass the login test with Laravel scaffolding.
I tried accessing database $user with $user = User::first(); and also using facto
$user
$user = User::first();