Hello!
Code:
Cookies not send. For send cookie I must add before redirect $this->response->send();
In my opinion, cookie should send without it.
Code:
PHP Code:
set_cookie([
'name' => 'cookie',
'value' => 'value'
]);
return redirect()->to('/');
In my opinion, cookie should send without it.