composer require lingxi/context
管理一次请求生命周期中的数据
composer require lingxi/context Lingxi\Context\ContextServiceProvider::class, 'Context' => Lingxi\Context\ContextFacade::class,
<?php Context::set('user', User::find(request('user_id'))); Context::get('user');
Powerful PHP database abstraction layer (DBAL) with many features for database s...
The Laravel Framework.
Powerful REPL for the Laravel framework.
Laravel Serializable Closure provides an easy and secure way to serialize closur...
Cli error handling for console/command-line PHP applications.