在laravel/ardent中使用密码编辑用户模型的预期方法是什么?我的问题是,在正确验证用户输入之前,我不想从数据库加载实际的用户模型。当我将密码字段留空时,验证显然会失败,因为需要密码。这是我当前的编辑后操作:publicfunctionpostEdit($id){//ardentautohydratesthismodel$newUser=newUser;//validationfailsif(!$newUser->validate())returnRedirect::action('UsersController@getEdit',$id)->with('error',Lang