Laravel使用return redirect($url);时报错Header may not contain more than a single header, new line detected 此时可以改成以下两种形式: return ‘/’; 或者: return route('login'); Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment.