- 2026年07月08日
- 星期三
我有一个登录模式.当用户登录失败认证时,我想重定向到这个模式: 错误消息 和旧输入. 调节器 // if Auth Fail return Redirect::to(/) -with(error,Username/Password Wrong) -withInput(Request::except(passwo
我有一个登录模式.当用户登录失败认证时,我想重定向到这个模式: 错误消息 和旧输入. 调节器 // if Auth Fail return Redirect::to(/) -with(error,Username/Password Wrong) -withInput(Request::except(passwo