public function sceneEdit() { return $this->only(['name','age']) ->append('name', 'min:5') ->append('age', 'require|max:100'); }