Nasrulhazim.M wrote a tutorial on how to reset password from API in Laravel 5.

laravel api

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.