Laracasts\Flash\SessionStore::flash PHP Method

flash() public method

Flash a message to the session.
public flash ( string $name, array $data )
$name string
$data array
    public function flash($name, $data);
SessionStore