You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you update packages via composer or install a new version of Laravel, then for some reason method dump() behaves like method dd(), after applying dump(), the code is not processed, apparently some package is updated, which makes dump()=dd(), in old versions of packages this worked correctly. Why does this happen?