Learn how to enable debug mode in MineStoreCMS to troubleshoot issues and errors.
.env
file in the root directory of your MineStoreCMS installation. You can do this by using the following command in the terminal:
.env
file and set it to true
:
CTRL + X
, then Y
, and then Enter
.
Then, you need to run the following command in the terminal to apply changes:
APP_DEBUG
variable back to false
in the .env
file.