mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
10 lines
256 B
PHP
10 lines
256 B
PHP
<x-server-layout :server="$server">
|
|
<x-slot name="pageTitle">{{ __("PHP") }}</x-slot>
|
|
|
|
@include("php.partials.installed-versions")
|
|
|
|
@if ($server->defaultService("php"))
|
|
@include("php.partials.default-cli")
|
|
@endif
|
|
</x-server-layout>
|