Dump Modifier
Dump a variable to the browser and see under the hood with data types and array exportation. Definitely just for debugging when in development.
food: delicious: - bacon - sushi {{ food | dump }} @dd($food) array:2 [▼ "delicious" => array:2 [▶] ] Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page