Laravel의 데이터베이스에서 특정 데이터를 호출하고 내 메시지에 추가하는 방법
P粉111227898
2023-08-06 20:00:44
<p>如何将特特数据의 이름은 내 마음속에 있는 것인가요?<br /><br />UserController:</p><p><strong></strong> ;</p>
<pre class="brush:php;toolbar:false;">공개 함수 프로세스(요청 $request){
$validated = $request->validate([
"이메일" => ['필수', '이메일'],
'비밀번호' => '필수의'
]);
if(auth()->시도($validated)){
$request->session()->regenerate();
return direct('/')->with('information-message', '돌아오신 것을 환영합니다!');
}
return direct('login')->with('failed-message', '로그인에 실패했습니다. 다시 시도해 주세요!');
}</pre>
<p><strong>information-message.blade.php:</strong></p>
<pre class="brush:php;toolbar:false;">@if (session()->has('information-message'))
<div x-data="{show : true}" x-show="show" x-init="setTimeout(() => show = false, 5000)" class="flex 고정 m-2 하단- 0 오른쪽-0 z-20 항목-센터 bg-blue-700 텍스트-흰색 텍스트-sm 글꼴-볼드 px-4 py-3" 역할="경고">
<svg class="fill-current w-4 h-4 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><경로 d ="M12.432 0c1.34 0 2.01.912 2.01 1.957 0 1.305-1.164 2.512-2.679 2.512-1.269 0-2.009-.75-1.974-1.99C9.789 1.436 10.67 0 12. 432 0zM8.309 20c-1.058 0-1.833 -.652-1.093-3.524l1.214-5.092c.211-.814.246-1.141 0-1.141-.317 0-1.689.562-2.502 1.117l-.528-.88c2.572-2.186 5.531-3.467 801- 3.467 1.057 0 1.233 1.273.705 3.23l-1.391 5.352c-.246.945-.141 1.271.106 1.271.317 0 1.357-.392 2.379-1.207l.6.814C12.098 19.02 9.365 20 8.309 20z"/>< /svg>
<p>{{session('information-message')}}</p>
</div>
@endif</pre>
<p>如果登录成功:我希望输流变成欢迎回来!(登录的用户的姓name)。</p>
Auth 파사드를 사용하여 현재 사용자를 얻을 수 있습니다.
으아악상황에 따라
으아악