LingxiTeam / laravel-context by RryLee

Add a application deploy timestamp prefix to cookie name for laravel.
7,661
13
4
Package Data
Maintainer Username: RryLee
Package Create Date: 2016-10-28
Package Last Update: 2018-06-08
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:12:17
Package Statistics
Total Downloads: 7,661
Monthly Downloads: 16
Daily Downloads: 1
Total Stars: 13
Total Watchers: 4
Total Forks: 4
Total Open Issues: 0

Context

管理一次请求生命周期中的数据 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');