Laravel Helper Function: cookie
cookie($name = null, $value = null, $minutes = 0, $path = null, $domain = null, $secure = false, $httpOnly = true) The cookie function is generally used to create a new instance of the \Symfony\Component\HttpFoundation\Cookie class. If the...