skip to Main Content
229 views
1 vote

API Password Change Issue – Laravel 11.x

I’m working on a Laravel project, and I’ve created a password change API. Here’s the route I’m using:
Route::post('/change-password', function

Back To Top
Search