Laravel 得 Email 跳转问题

email 自带得跳转问题

View [auth.passwords.email] not found.

按照教程里的方法一步一步得走下来是这个错误,但是没有找到是哪一部没有走对,以下是路由:
Route::get('password/reset', 'Auth\ForgotPasswordController@showLinkRequestForm')->name('password.request');
Route::post('password/email', 'Auth\ForgotPasswordController@sendResetLinkEmail')->name('password.email');
Route::get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm')->name('password.reset');
Route::post('password/reset', 'Auth\ResetPasswordController@reset')->name('password.update');

请教下各位大佬,麻烦指个方向,拜谢~

《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
最佳答案

view 试图不存在跟路由没啥关系,可能你的试图路径有问题

4年前 评论
讨论数量: 2

view 试图不存在跟路由没啥关系,可能你的试图路径有问题

4年前 评论

@expectedSelf 我找了,都对着呢

4年前 评论
expectedSelf 4年前
FirstBlood (作者) (楼主) 4年前

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!