validate([ 'command' => ['sometimes', 'string'] ]); $result = Process::path(base_path())->run('git pull'); return '
'.$result->output().'
'; } }