📜  如何在 laravel 中隐藏错误 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:21.598000             🧑  作者: Mango

代码示例1
Go inside env file :
    APP_DEBUG=true
  
if you didn't find it go to config/app.php :
    'debug' => false,