Мой URL,
Код: Выделить всё
http://localhost/walls/app/api/public/api/auth/signup
Код: Выделить всё
Route::group(['prefix' => 'auth'], function () {
Route::post('signup', 'AuthenticateController@signup');
});
Код: Выделить всё
public function signup(SignupRequest $request) {
return $request;
}
Код: Выделить всё
GET
{
"user_type": "1",
"name": "shihab",
"email": "shihab@corediary.com",
"password": "123456",
"access_token": "",
"refresh_token": "",
"expiry_date": ""
}
Подробнее здесь: https://stackoverflow.com/questions/401 ... st-request