DEV Community

Discussion on: The best free cloud platforms to deploy apps written in PHP+Mysql

Collapse
 
eduluz1976 profile image
Eduardo Luz

I would suggest to you create a free account on Google Cloud (GCP), Amazon (AWS) and in Azure. They offer a small machine free on free tier. You can deploy there. I'm not sure if you can use Docker on these free machines, but if so, you can deploy containers of PHP applications with MySql as well.
Cheers

Collapse
 
rohullahayobi profile image
R.A.

Thanks for the suggestion, Eduardo.