feat: add PHP template

This commit is contained in:
omar rashed
2024-11-24 22:28:32 -05:00
committed by James Murdza
parent a293d98a21
commit 4db378b5f1
4 changed files with 28 additions and 5 deletions

View File

@ -33,4 +33,11 @@ export const projectTemplates: {
description: "A faster way to build and share data apps",
disabled: false,
},
{
id: "php",
name: "PHP",
description: "PHP development environment",
icon: "/project-icons/php.svg",
disabled: false
},
]