lingxi/context

Add a application deploy timestamp prefix to cookie name for laravel.

Installs: 8 299

Dependents: 1

Suggesters: 0

Security: 0

Stars: 13

Watchers: 3

Forks: 4

pkg:composer/lingxi/context

v0.0.3 2017-06-23 04:01 UTC

This package is not auto-updated.

Last update: 2025-10-06 19:49:03 UTC


README

管理一次请求生命周期中的数据 Build StatusStyleCILatest Stable VersionTotal DownloadsLicense

Install

composer require lingxi/context

Lingxi\Context\ContextServiceProvider::class,

'Context' => Lingxi\Context\ContextFacade::class,

Usage

<?php

Context::set('user', User::find(request('user_id')));

Context::get('user');