Deploying PHP application

I’m configuring my PHP project for deployment, I’m getting

Scanning source code
No runtime detected or framework from source code. Continuing with a default setup.

Can I get documentation about default setup on Andasy?

Andasy doesn’t automatically generate Dockerfiles for core php instead we support laravel as it is more popular.

For your use case you can follow this guide on how to create a Dockerfile for core php https://docs.docker.com/language/php/containerize/

After creating a Dockerfile for your project you can deploy normally using andasy deploy