laravel, how to get the data saved in the session on the page
尼是那个,又来学php了
尼是那个,又来学php了 2022-11-18 10:12:51
0
2
798

Create a user homepage view page, obtain the data saved in the Session on the page, and display the prompt "Welcome, xxx", where xxx is the user's name. Tip: You can use code similar to {{session('name')}} to display

尼是那个,又来学php了
尼是那个,又来学php了

安卓不是个人

reply all(1)
尼是那个,又来学php了

Welcome, {{session('user')}}

name: the subscript name you used

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template