key does not store in cache laravel

后端 未结 0 1716
梦如初夏
梦如初夏 2020-12-28 15:47

here I\'m trying to store key

    $code = mt_rand(111111, 999999);
    Cache::put(\'notification\', $code, 600);

and in another function I tr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题