Skip to content
Shipu Ahamed edited this page Sep 3, 2016 · 1 revision

includeTrashed

Setting this to true will also check deleted models when trying to enforce uniqueness. This only affects Eloquent models that are using the softDelete feature. Default is false, so soft-deleted models don't count when checking for uniqueness.

Clone this wiki locally