laravel store incoming json request to file

revision 87dc39e10d3f0cfbb0b2ce9f6f3738130b1d24fc

raw

php.php

1
file_put_contents('/tmp/connectionstatus', file_get_contents('php://input'));

History