Answer the question
In order to leave comments, you need to log in
How to assign and get cookies in laravel 5.2 controller or model?
Subject.
I just can’t understand how to do this, I memorized https://laravel.com/docs/5.2/requests#cookies, writes that there is no withCookie method.
Answer the question
In order to leave comments, you need to log in
$response->withCookie('name', 'value', $minutes);
//some code
return $response
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question