我使用Laravel 5.2,並且在第一頁出現此錯誤。這個錯誤是什麼,我該如何解決? ErrorException in Response.php line 348:
setcookie() expects parameter 3 to be integer, float given
in Response.php line 348
at HandleExceptions->handleEr
無法存儲的cookie在Laravel 5.4 $row = cookie('name', 'value', 52400);
This one is also not working
Cookie::queue(Cookie::make('name', 'value', 'minutes'));
下面的代碼可以請你看看這個,有什麼可以是問題?