I was given an old symfony website now I am supposed to host it on wedos.
I need to deploy a symfony 3 website on Wedos, is there a way to change the code and see the changes live in any way like how you push changes to a github repo and are able to see the changes after a little while on vercel. and can someone please guide me through the exact steps to deploy the website here.
Hello,
we don’t have our own guide for deploying the Symfony framework on Webhosting, but there is this external article from 2017 which should still work (it’s in Czech, I don’t know about any English ones).
I don’t know about making and seeing changes live. I can’t think of anything that would hinder it – there is a proxy cache which sometimes causes issues if the changes/updates are too frequent. You can disable it in .htaccess according to this guide.