Laravel 8 info() {#collection-method}
info 函数将信息写入 log:
info('Some helpful information!'); 可以将上下文数据数组传递给此函数:
info('User login attempt failed.', ['id' => $user->id]);
info 函数将信息写入 log:
info('Some helpful information!'); 可以将上下文数据数组传递给此函数:
info('User login attempt failed.', ['id' => $user->id]);