From a1cd8982be131891b3ffa18ad997cf78eae3c55a Mon Sep 17 00:00:00 2001 From: AISSAT Youcef <57591357+aissat06@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:20:39 +0200 Subject: [PATCH] Update README.md Uncaught Error: Call to undefined function dump() --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a0da8c9a..797c1ed3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better `dump()` function that you can use instead of `var_dump()`. +For the error below : + +Fatal error: Uncaught Error: Call to undefined function dump() + +excute this comand: +composer require symfony/debug-pack Resources ---------