You can write Log::info(), or shorter info() message with additional parameters, for more context about what happened.
Log::info('User failed to login.', ['id' => $user->id]);
You can write Log::info(), or shorter info() message with additional parameters, for more context about what happened.
Log::info('User failed to login.', ['id' => $user->id]);