var_dumpling icon indicating copy to clipboard operation
var_dumpling copied to clipboard

Redirect page

Open juanmendez90 opened this issue 9 years ago • 1 comments

Hello,

I just installed the chrome extension after seeing laravels tuutorials. In the tutorial the var_dump displays nice inside the page after submitting a form, but in my case when i submit the form it redirect me to a page with the var_dump. How can i display the var_dump inside the page without redirect?

Thanks

juanmendez90 avatar May 12 '15 17:05 juanmendez90

Try calling die after the var_dump

var_dump($var);die;

alexnaspo avatar May 12 '15 18:05 alexnaspo