I am using laravel 5.1 and I have encountered a strange issue. I am unable to receive parameter with PUT method.
Tool:
POSTMAN (extension for chrome)
My Route
Route::put('testing_put',function(Request $r){
print_r($r);
});
Output
Illuminate\Support\Facades\Request Object ( )
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire