Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

slim disable display error details

//check the attached link as well


$configuration = [
    'settings' => [
        'displayErrorDetails' => true,
    ],
];
$c = new SlimContainer($configuration);
$app = new SlimApp($c);
Source by www.slimframework.com #
 
PREVIOUS NEXT
Tagged: #slim #disable #display #error #details
ADD COMMENT
Topic
Name
5+6 =