mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
16 lines
410 B
PHP
16 lines
410 B
PHP
<x-server-layout :server="$server">
|
|
<x-slot name="pageTitle">{{ __("PHP") }}</x-slot>
|
|
|
|
@error("version")
|
|
<x-alert-danger>
|
|
<x-input-error :messages="$errors->get('version')" />
|
|
</x-alert-danger>
|
|
@enderror
|
|
|
|
@include("php.partials.installed-versions")
|
|
|
|
@if ($server->defaultService("php"))
|
|
@include("php.partials.default-cli")
|
|
@endif
|
|
</x-server-layout>
|