trait InteractsWithSession (View source)
$this | withSession(array $data) Set the session to the given array. | |
$this | session(array $data) Set the session to the given array. | |
$this | startSession() Start the session for the application. | |
$this | flushSession() Flush all of the current session data. |
Set the session to the given array.
Set the session to the given array.
Start the session for the application.
Flush all of the current session data.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Foundation/Testing/Concerns/InteractsWithSession.html