Download the PHP package lingxi/new-cookie without Composer
On this page you can find all versions of the php package lingxi/new-cookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lingxi/new-cookie
More information about lingxi/new-cookie
Files in lingxi/new-cookie
Download lingxi/new-cookie
More information about lingxi/new-cookie
Files in lingxi/new-cookie
Vendor lingxi
Package new-cookie
Short Description Add a application deploy timestamp prefix to cookie name for laravel.
License MIT
Package new-cookie
Short Description Add a application deploy timestamp prefix to cookie name for laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package new-cookie
给你的 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',
All versions of new-cookie with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
2.8.* || ^3.0
illuminate/support Version ^5.0
lingxi/laravel-deploy Version 0.0.*
illuminate/support Version ^5.0
lingxi/laravel-deploy Version 0.0.*
The package lingxi/new-cookie contains the following files
Loading the files please wait ....