lingxi/new-cookie

Add a application deploy timestamp prefix to cookie name for laravel.
1,498 1
Install
composer require lingxi/new-cookie
Latest Version:v0.0.8
License:MIT
Last Updated:Nov 15, 2018
Links: GitHub  ·  Packagist
Maintainer: RryLee

给你的 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',

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

561,395,438 34,860
laravel/tinker

Powerful REPL for the Laravel framework.

471,804,685 7,440