Can php be used?

Can I use php with glitch?

  • Use Google Translate

Glitch does not officially support PHP but it is still installed in the container. For more example on using PHP you can refer to this project https://glitch.com/~php-poc or find it as an example on the Glitch website.

1 Like

Thank you very much. I look forward to working with you

Or you can add this to your glitch.json file.

{
  "install": "echo 'We Are Ready!'",
  "start": "php -S 0.0.0.0:3000 -t ."
}
2 Likes

Thank you for teaching me to every corner

Use Google Translate

1 Like