add blank php site (#94)

* add blank php site

* fix frontend

* fix source control check
This commit is contained in:
Saeed Vaziry
2024-01-18 19:45:58 +01:00
committed by GitHub
parent 0ec6a9dea2
commit 8665435bc4
16 changed files with 223 additions and 70 deletions

View File

@ -8,6 +8,8 @@ final class SiteType extends Enum
{
const PHP = 'php';
const PHP_BLANK = 'php-blank';
const LARAVEL = 'laravel';
const WORDPRESS = 'wordpress';