Home > Article > PHP Framework > How to turn off debugging in yii2
yii2 The method to turn off debugging is:
1. Open the main-local.php file in the config folder and comment the following code:
2. Change the two entry files index.php and index-test.php under the web to false, as shown below:
Recommended tutorial: yii
The above is the detailed content of How to turn off debugging in yii2. For more information, please follow other related articles on the PHP Chinese website!