分类
教程
文章
官方文档
入门教程
文章
VIP会员
Laravel 8 cookie() {#collection-method}
赞
收藏
更多文章
目录
301 Moved Permanently
301 Moved Permanently
nginx
搜索
A
A
默认
护眼
夜间
阅读(1082)
赞
(
15
)
Laravel 8 cookie() {#collection-method}
2021-07-05 09:44:02 更新
cookie
函数创建一个新的 cookie 实例:
$cookie
=
cookie
(
'name'
,
'value'
,
$minutes
)
;
←
Laravel 8 config() {#collection-method}
Laravel 8 csrf_field() {#collection-method}
→