Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 laravel 4 中,调试错误页面非常有用。它使用whoops 库。我想知道,是否可以在错误页面中获取局部变量的值?我的意思是它可以为每一帧显示参数和其他局部变量(通过 var_dump)。如果是这样,那将非常有用。