i am working on api in laravel 5.4 when i run it it give this error
Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line
i edited php.ini file also set this always_populate_raw_post_data = -1 and uncomment it and i also add this line in php.ini "parse_str(file_get_contents("php://input"), $_POST)"
but error still show on my side... and 5.6.25 is php version how this error will remove??? thank you