AnQi CMS has started from version 3.0, in order to improve website performance, the default configuration of AnQi CMS installation environment is set to production, which is also known as the production environment, and it is not allowed to modify the template externally.The external template modification will not be updated in time, but needs to be restarted to take effect.
But you can modify the template by using the template management feature of the Anqi CMS backend. The changes to the template in the backend will take effect in real time.
If you want to modify the template using an external editor, you need to change the website to development mode.The way to modify it to development mode is: edit the config. under the root directory of the website, change the value of env from production to development, and then restart AnQi CMS.This can be modified by an external editor and will take effect in real time.This pattern will cause the security CMS performance to decrease, it is recommended to enable it during local debugging, and change the env value to production after the website goes live to achieve better performance.