Hi, How do I check if a cookie exists or has been set before by Laravel? Currently I am doing $uuid = Request::cookie('uuid'); if ($uuid == "") { Do ...
確定! 回上一頁