We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I got this problem when i deploy Laravel app
The GET method is not supported for route api/login. Supported methods: POST.
but on the route i use the method post
Route::post('/login',[AuthController::class,'login']);
Aucun commentaire:
Enregistrer un commentaire