Laravel 9 Tutorial

Veröffentlicht am: 01 Januar 1970
auf dem Kanal: Stack Developers
1,762
25

In Part 114 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Laravel 9, we will work on Forgot Password functionality. This feature is for those users who forget the password of their registered account. We are going to create Forgot Password form in which the user will enter his email to get a new password in his registered email.

1) Update login_register.blade.php :-
First of all, we will add a "Forgot Password" link under the login form at the login_register.blade.php file that the user can click to recover his password.

2) Create Route :-
Create Get/POST Route for forgot-password in web.php file like below:-
// User Forgot Password
Route::any('user/forgot-password','UserController@forgotPassword');

3) Create forgotPassword function :-
Now create forgotPassword function at UserController that will return to forgot_password.blade.php file.

4) Create forgot_password.blade.php :-
Now create forgot_password.blade.php file under /resources/views/front/users/ folder and create forgot password form with email field that user will fill to get his new password on his email.

5) Update custom.js file :-
Add jquery function for forgot password in custom.js file

6) Update forgotPassword function :-

7) Create forgot_user_password.blade.php
Now create forgot_password.blade.php file under resources/views/emails folder same like register.blade.php file located there and make required changes to create an email template.

►Laravel 9 Tutorial (Create Multi-Vendor E-commerce Website) -    • Laravel Multi Vendor Tutorial  

►Laravel 9 Playlist -    • Learning Laravel 9  

►Click here to subscribe for Laravel & other updates -    / stackdevelopers  

Popular Stack Developers Series that can help you:-

►Laravel Tutorial for Beginners -    • Laravel Tutorial for Beginners | Adva...  

►GIT Tutorial for Beginners -    • Git Tutorial for Beginners | Create y...  

►Laravel API Tutorial -    • Laravel API Tutorial | Create API fro...  

►Laravel Interview Questions -    • Laravel Interview Questions & Answers...  

►jQuery Tutorial -    • jQuery Tutorial  

►Laravel Basic E-commerce Series -    • Make Admin Panel / E-commerce Website...  

►Laravel Dating Series -    • Make Dating / Social Networking Websi...  

►Join this channel to get the complete source code of all series:
   / @stackdevelopers  

Follow Stack Developers on Social Media to get updates and resolve your queries
►Like Facebook Page to get updates -   / stackdevelopers2  
►Join Facebook Group to resolve your queries -   / stackdevelopers  
►Follow on Instagram -   / stackdevelopers2  
►Follow on GitHub - https://github.com/stackdevelopers

#laravel9 #laravel9tutorial #laravel


Auf dieser Seite können Sie das Online-Video Laravel 9 Tutorial mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Stack Developers 01 Januar 1970 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,762 Mal angesehen und es wurde von 25 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!