📅  最后修改于: 2022-03-11 14:54:27.575000             🧑  作者: Mango
//check the attached link as well
$configuration = [
'settings' => [
'displayErrorDetails' => true,
],
];
$c = new \Slim\Container($configuration);
$app = new \Slim\App($c);