Usually, when the front-end and back-end are mixed ( when not using front-end framework ), whenever I dd() any variable, the result of that dd() gets displayed on the page, however, now that I am using Vue.js for my front-end, I can't seem to figure out how to check what is inside a PHP variable at any given time. Does the result of the dd() get saved in a text file somewhere similar to the error logs? Laravel is also being used on the back-end if that matters.