'sometimes|string|max:255', 'type' => 'sometimes|nullable|string|in:partner,service,order', 'active' => 'sometimes|boolean', ]; if ($this->isMethod('post')) { $rules['name'] = 'required|string|max:255'; } return $rules; } }