run('noscl publish "'.$text.'"'); if ($result->successful()) { $model->nostr_status = $result->output(); $model->save(); } return [ 'success' => $result->successful(), 'output' => $result->output(), 'exitCode' => $result->exitCode(), 'errorOutput' => $result->errorOutput() ]; } }