Détails d'erreur d'affichage Slim Disable Afficher
//check the attached link as well
$configuration = [
'settings' => [
'displayErrorDetails' => true,
],
];
$c = new \Slim\Container($configuration);
$app = new \Slim\App($c);
Singh99