lingxi / new-cookie
为 Laravel 的 Cookie 名称添加应用部署时间戳前缀。
v0.0.8
2018-11-15 16:00 UTC
Requires
- illuminate/support: ^5.0
- lingxi/laravel-deploy: 0.0.*
- symfony/http-foundation: 2.8.* || ^3.0
This package is not auto-updated.
Last update: 2024-09-14 19:20:16 UTC
README
给你的 Cookie 添加部署时间和前缀
安装
composer require lingxi/new-cookie
配置
在 app.php 配置文件中。
comment
// Illuminate\Cookie\CookieServiceProvider::class,
// 'Cookie' => 'Illuminate\Support\Facades\Cookie',
add
Lingxi\Cookie\CookieServiceProvider::class,
'Cookie' => Lingxi\Cookie\CookieFacade::class,
在 session.php
add
'key_prefix' => 'lingxi',