Laravel Breeze Reset Password

📔 : Laravel 🔗

इस topic में आप जानेंगे कि , laravel में breze auth package के साथ user password को कैसे reset करते हैं।

What is laravel breeze

laravel में breeze package authentication के लिए use किया जाता है , जो कि आपको hand to hand , user registration , login , reset password etc provide करता है।

I Hope, आप breeze package से aware होंगे और , आपने application में breeze install कर लिया है। अगर नहीं किया है तो आप Laravel Breeze Authentication article पढ़ सकते हैं।

Setup Email Credentials TO Send Email

Laravel में password reset करने के लिए आपको .env file में valid password credentials set करने पड़ेंगे।


Email credentials set करने के लिए आप , https://mailtrap.io website पर जाकर signup करें। और नीचे दिखाई गए image according SMTP credentials .env file में set करें।

Laravel breeze Set Email Credentials
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=27e4c6bda0a24b
MAIL_PASSWORD=password_from_mailtrap
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=info@learnhindituts.com
MAIL_FROM_NAME="Laravel Breeze Auth"

अब हम laravel application में valid email id के साथ एक account create करते हैं , और forget password करके देखते हैं कि email मिल रही है या नहीं।

Laravel breeze reset email

Related Topics :

Rahul Kumar

Rahul Kumar

Hi ! I'm Rahul Kumar Rajput founder of learnhindituts.com. I'm a software developer having more than 4 years of experience. I love to talk about programming as well as writing technical tutorials and blogs that can help to others. I'm here to help you navigate the coding cosmos and turn your ideas into reality, keep coding, keep learning :)

Get connected with me. :) LinkedIn Twitter Instagram Facebook

b2eprogrammers