中野 wrote a new post, 【Laravel】FormRequestのExistsで複数カラムを指定したい 1年 4か月前
こんにちは。
LaravelのFormRequestを使用したバリデーションで、
複数カラムを指定したいケースがありました。
※パラメータは適当に書き換えています
Rule::exists(‘users’, ‘id’)->where(function ($query) {
$query->where(‘password’, ‘=’, $this->request->get(‘p[…]