use Illuminate\Support\Facades\Hash; $user = Auth::user(); $password = $request['password']; if (!Hash::check($password, $user->password)) { return redirect()->back()->withInput()->withErrors(array('password' => 'パスワードが一致しません。')); }
Hashを使うのか。なるほどね。
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший