バリデーションでできるのかもしれませんが、単にAuth::logout()として、ログイン画面に飛ばせば良いですね。
$user = Auth::user(); if($user->name == "hpscript"){ Auth::logout(); return redirect('/login')->withErrors(array('name' => 'ログインできません。')); }
なかなか奥が深い。
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший