Drupal 8 Show Php Errors Settings.php

[Solved] Drupal 8 Show Php Errors Settings.php | Php - Code Explorer | yomemimo.com
Question : drupal 8 show php errors settings.php

Answered by : cooperative-cormorant-hipqs32x42w2

//settings.php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
$config['system.logging']['error_level'] = 'verbose';

Source : | Last Update : Tue, 05 Oct 21

Answers related to drupal 8 show php errors settings.php

Code Explorer Popular Question For Php