pawan-singleinterface
Results
1
comments of
pawan-singleinterface
In Laravel Validation, we use following : `'email' => 'required|max:50|unique:users,deleted_at,NULL'` to make sure that for new record, it will not check soft deleted data. To do same in unique_with validation,...