ardent icon indicating copy to clipboard operation
ardent copied to clipboard

Static Method Force Create/Update

Open yohangdev opened this issue 10 years ago • 1 comments

Sometimes we're using Eloquent static method Create/Update, like User::create(array('name' => 'John'));. Any proposed static method to handle force create new/update object, bypassing validation rules?

yohangdev avatar Apr 17 '14 03:04 yohangdev

Ardent should ignore create. Are you saying you want Ardent to perform validation on create as well as save?

sjdaws avatar May 02 '14 14:05 sjdaws