Q. Which method is used to get cookies?
Code:$token = $request->____()->get('session_token');
β
Correct Answer: (A)
cookie
Explanation: cookie() returns the Cookie object for accessing cookies.