2017 © Pedro Peláez
 

library kernel

A Themosis component that handles routing by acting as a kernel and allows headers to be sent

image

wp-kit/kernel

A Themosis component that handles routing by acting as a kernel and allows headers to be sent

  • Monday, September 18, 2017
  • by terence1990
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,999 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 71 % Grown

The README.md

wp-kit/kernel

This is a Themosis component that handles routing by acting as a kernel and allows headers to be sent., (*1)

wp-kit/kernel is fully compatible with the Themosis framework., (*2)

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., (*3)

Installation

Install via Composer in the root of your Themosis installation:, (*4)

composer require "wp-kit/config"

Setup

Add Service Provider

Just register the service provider and facade in the providers config and theme config:, (*5)

//inside theme/resources/config/providers.config.php

return [
    //
    WPKit\Kernel\KernelServiceProvider::class,
    //
];

Requirements

Themosis ~1.2, (*6)

License

wp-kit/kernel is open-sourced software licensed under the MIT License., (*7)

The Versions

18/09 2017

dev-master

9999999-dev

A Themosis component that handles routing by acting as a kernel and allows headers to be sent

  Sources   Download

MIT

wordpress routing headers themosis wp-kit

18/09 2017

1.0.0

1.0.0.0

A Themosis component that handles routing by acting as a kernel and allows headers to be sent

  Sources   Download

MIT

wordpress routing headers themosis wp-kit