lingxi/new-cookie

为 Laravel 的 Cookie 名称添加应用部署时间戳前缀。

v0.0.8 2018-11-15 16:00 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:20:16 UTC


README

给你的 Cookie 添加部署时间和前缀

安装

composer require lingxi/new-cookie

Build Status StyleCI Latest Stable Version Total Downloads License

配置

在 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',