feat: add PHP template
This commit is contained in:
committed by
James Murdza
parent
a293d98a21
commit
4db378b5f1
@ -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
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user