Laravel.io
$router->any('legacyPostTest', function() {
	var_dump($_POST);
});

Please note that all pasted data is publicly available.