lingxi/new-cookie
Composer 安装命令:
composer require lingxi/new-cookie
包简介
Add a application deploy timestamp prefix to cookie name for laravel.
README 文档
README
给你的 Cookie 加上部署时间和前缀
Install
composer require lingxi/new-cookie
Config
In app.php config file.
comment
// Illuminate\Cookie\CookieServiceProvider::class,
// 'Cookie' => 'Illuminate\Support\Facades\Cookie',
add
Lingxi\Cookie\CookieServiceProvider::class,
'Cookie' => Lingxi\Cookie\CookieFacade::class,
In session.php
add
'key_prefix' => 'lingxi',
统计信息
- 总下载量: 1.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-10