I have an application using symfony3 and some customers use it. I plan to fix the bug by downloading the patch code online.
But you know that when the patch code overwrites the project code, you must execute the following command to make the patch code take effect.
php
php bin/console cache:clear --env=prod
chmod -R 777 var/tmp
Unfortunately, this command can only be executed in cli mode;
How can I implement this function?
Finally, please forgive me for my bad English. :simle: