Home  >  Q&A  >  body text

laravel, how to get the data saved in the session on the page

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了616 days ago657

reply all(2)I'll reply

  • 尼是那个,又来学php了

    尼是那个,又来学php了2022-11-21 10:42:15

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

    name: the subscript name you used

    reply
    0
  • Cancelreply