I'm practicing with this laravel tutorial, and I have a question.
https://www.hypertextcandy.com/laravel-tutorial-authentication-part-2
Development Environment AWScloud9
】What I want to realize したい
Change your password to the login screen If you access here, you will see the password reissue page
I would like to send an email to the demo inbox of mailtrap by entering the email address and clicking the "Send Reissue Link" button.
https://i.gyazo.com/f9e43eeadccb39f41f8a1ebe6988e554.png
[Error Occurred]
Press the button here to change the password
An error similar to this appears.
試してTried みた
I started the tinker and tried to see if the mailtrap was delivered, but I was able to send it without any problems.
https://stackoverflow.com/questions/40596795/view-auth-emails-password-not-found
I tried it here and looked it up, but I got an error before.
Please let me know who it is.
Please be more specific about what you actually did.
(What you've tried, how you've done that before)
Also, please write down the error in text, this time View [auth.passwords.email] not found
.
Now, the contents of this time will probably be cleaned up with read the error carefullyTo
Password Reset Mailing Page
create resources/views/auth/passwords/email.blade.php
with the following:
It says so, but please check if you skipped it or created the wrong file name.
There may be some misunderstanding of what the problem is, but this time the problem is not "I can't send an email" but "I can't see the email screen" (although as far as the title suggests, it seems to be recognized).First of all, if you read the error message, you'll find out.
© 2024 OneMinuteCode. All rights reserved.