Learn how to reset your password from API in Laravel 5
Nasrulhazim.M wrote a tutorial on how to reset password from API in Laravel 5.
As you may know, Laravel provide a scaffold auth, which include reset/forgot password on web applications side. But what if you have a mobile application that need to reset password from the mobile application?
In this post, I’ll show you how to reset user’s password from an API in Laravel.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.1 Laravel 5.2 Laravel 5.3 Intermediate