laravel, how to get the data saved in the session on the page
尼是那个,又来学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
Welcome, {{session('user')}}
name: the subscript name you used