gpt4 book ai didi

laravel - 在 laravel 5 中的表单请求验证后传递旧输入

转载 作者:行者123 更新时间:2023-12-03 21:09:58 25 4
gpt4 key购买 nike

如果验证失败,我不清楚如何通过旧输入重新填写表单。

我的意思是,我知道如何在使用 Validator 类时传递数据,并在使用 withInput() 方法失败后重定向,但我正在尝试学习如何使用 laravel 5 中提供的表单请求。谢谢

最佳答案

$username = Request::old('username');

或认为:
{{ old('username') }}

阅读更多: http://laravel.com/docs/5.0/requests#old-input

关于laravel - 在 laravel 5 中的表单请求验证后传递旧输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29214413/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com