mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
add blank php site (#94)
* add blank php site * fix frontend * fix source control check
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
@include('livewire.sites.partials.create.fields.php-version')
|
||||
|
||||
@include('livewire.sites.partials.create.fields.web-directory')
|
@ -10,16 +10,6 @@
|
||||
<livewire:server-logs.logs-list :server="$site->server" :site="$site" :count="10" />
|
||||
@endif
|
||||
@if($site->status === \App\Enums\SiteStatus::READY)
|
||||
@if($site->type == \App\Enums\SiteType::LARAVEL)
|
||||
<livewire:application.laravel-app :site="$site" />
|
||||
@endif
|
||||
|
||||
@if($site->type == \App\Enums\SiteType::PHP)
|
||||
<livewire:application.php-app :site="$site" />
|
||||
@endif
|
||||
|
||||
@if($site->type == \App\Enums\SiteType::WORDPRESS)
|
||||
<livewire:application.wordpress-app :site="$site" />
|
||||
@endif
|
||||
@livewire('application.' . $site->type . '-app', ['site' => $site])
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user