wp-kit/kernel
Composer 安装命令:
composer require wp-kit/kernel
包简介
A Themosis component that handles routing by acting as a kernel and allows headers to be sent
README 文档
README
This is a Themosis component that handles routing by acting as a kernel and allows headers to be sent.
wp-kit/kernel is fully compatible with the Themosis framework.
If you are using Themosis you'll notice it does not send any headers back to client which it is impossible to use some Middleware that relies send headers to the client such as illuminate/session. wp-kit/kernel solves this issue by allowing headers to be sent back.
Installation
Install via Composer in the root of your Themosis installation:
composer require "wp-kit/config"
Setup
Add Service Provider
Just register the service provider and facade in the providers config and theme config:
//inside theme/resources/config/providers.config.php return [ // WPKit\Kernel\KernelServiceProvider::class, // ];
Requirements
Themosis ~1.2
License
wp-kit/kernel is open-sourced software licensed under the MIT License.
统计信息
- 总下载量: 7.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-09