Chrome outputting Laravel dd as single line without formatting Chrome outputting Laravel dd as single line without formatting google-chrome google-chrome

Chrome outputting Laravel dd as single line without formatting


I'm also facing this in Ajax request.Now dumping the value like this.

public function edit($id){   return var_dump($id);}


A bit late, but I was able to solve this issue by running http_response_code(500) before the dd