logs()->create([ 'is_remote' => true, 'name' => $input['path'], 'type' => 'remote', 'disk' => 'ssh', ]); } public static function rules(): array { return [ 'path' => 'required', ]; } }