baderAmmoun

Results 4 comments of baderAmmoun

my call on the postman : http://127.0.0.1:8000/auth/login the body is: { "email":"[email protected]", "password":"1234" } the rout as following: Route::group([ 'middleware' => 'api', 'prefix' => 'auth' ], function ($router) { Route::post('login',...

I tried like this but the method does not exist

I''m thinking that the problem with hashing password But I don''t know how can I fix it

yes thanks . one last question how can I customize the parameters that I need to pas to callback function