Home >Backend Development >PHP Tutorial >laravel5.0怎样使用cookie保存一些数据?

laravel5.0怎样使用cookie保存一些数据?

WBOY
WBOYOriginal
2016-06-06 20:20:031409browse

没有什么请求,只是单纯的存一些数据,然后读取使用
文档里的方法没有用cookie

回复内容:

没有什么请求,只是单纯的存一些数据,然后读取使用
文档里的方法没有用cookie

response('')->withCookie(cookie('name','laravel',1000))

你可以试试这个:

<code>\Cookie::queue('name', 'value', $minutes);</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn