You can get cookies from request:
$value = Request::cookie('name', $defaultValue);
if (Request::hasCookie('phone')) {
...
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community