I am using Laravel 5.2 and basically almost have a final version of my app...give client to test and he informs me the password reset isn't working and unfortunately he is correct...my problem is that when I try to reset password for a particular user it does absolutely nothing...no errors nothing...just basically thinks for a bit and reloads the page although the email address i put in remains there...
I just dont really know where to go from here?
I have looked at laravel.log in storage/logs but I cant see anything useful in there...
I do have email set up correctly as I use it as another part of my app and its working fine but I am putting my own email address in and receiving nothing...
At this point I guess I am just looking for debugging tips as I have exhausted all other options and have no idea where to look...
Any Suggestions?
Thanks!