Skip to content

Add a application deploy timestamp prefix to cookie name.

Notifications You must be signed in to change notification settings

lingxi/new-cookie

Repository files navigation

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

Install

composer require lingxi/new-cookie

Build Status StyleCI Latest Stable Version Total Downloads License

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

About

Add a application deploy timestamp prefix to cookie name.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages