Laravel api.php – the GET method is not supported for route
I made a website on a local computer, after transferring it to the server and https API requests stopped working routes/api.php Route::post('/shop/search', SearchController::class); call this url: https://server.example/api/shop/search Unit tests work for post requests , but requests from Postman or other…