Home  >  Article  >  PHP Framework  >  How to turn off debugging in yii2

How to turn off debugging in yii2

王林
王林Original
2020-06-03 17:55:463131browse

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:

How to turn off debugging in yii2

2. Change the two entry files index.php and index-test.php under the web to false, as shown below:

How to turn off debugging in yii2

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn