📜  slim disable display error details - PHP 代码示例

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

代码示例1
//check the attached link as well


$configuration = [
    'settings' => [
        'displayErrorDetails' => true,
    ],
];
$c = new \Slim\Container($configuration);
$app = new \Slim\App($c);