Send json data via angular http post to laravel controller

Solution:

This will decode the http request json payload.

$data = json_decode($request->getContent(), true);