If you install (as a dev dependency) and run laravel dumpserver in your console, then you will see the dump or dd vars in the console - I find this better than the browser for dumped data.
Otherwise, check out Telescope.
dd (or dump) returns html code.
Is there a simple way to use them to debug an api function (json return)?
Thanks in advance.
If you install (as a dev dependency) and run laravel dumpserver in your console, then you will see the dump or dd vars in the console - I find this better than the browser for dumped data.
Otherwise, check out Telescope.
Please or to participate in this conversation.