From 1b06f6cd5187e8370a4ebd76e6a6985b47d1a8d1 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sun, 24 Nov 2024 21:55:32 -0500 Subject: [PATCH] docs: add PHP template to the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e945435..d7b1fa1 100644 --- a/README.md +++ b/README.md @@ -198,12 +198,13 @@ DOKKU_KEY= Anyone can contribute a custom template for integration in Sandbox. Since Sandbox is built on E2B, there is no limitation to what langauge or runtime a Sandbox can use. -Currently there are four templates: +Currently there are five templates: - [jamesmurdza/dokku-reactjs-template](https://github.com/jamesmurdza/dokku-reactjs-template) - [jamesmurdza/dokku-vanillajs-template](https://github.com/jamesmurdza/dokku-vanillajs-template) - [jamesmurdza/dokku-nextjs-template](https://github.com/jamesmurdza/dokku-nextjs-template) - [jamesmurdza/dokku-streamlit-template](https://github.com/jamesmurdza/dokku-streamlit-template) +- [omarrwd/dokku-php-template](https://github.com/omarrwd/dokku-php-template) To create your own template, you can fork one of the above templates or start with a new blank repository. The template should have at least an `e2b.Dockerfile`, which is used by E2B to create the development environment. Optionally, a `Dockerfile` can be added which will be used to create the project build when it is deployed.