Answers

Question and Answer:

  Home  Laravel PHP Developer

⟩ Tell me what is the purpose of using dd() function iin laravel?

Laravel’s dd() is a helper function ,which will dump a variable’s contents to the browser and halt further script execution.

 142 views

More Questions for you: