Hooks
in package
Framework hooks bound into the Katana engine: directives and callbacks tied to the request context. Today this is only @auth / @guest, but this is the home for every future framework directive/callback, so it is expected to grow.
See docs/contributing/agents/working-with-agents.md (Render engine).
Table of Contents
- register() : void
- Wire all framework hooks into a Katana Config.
- auth() : Closure
Methods
register()
Wire all framework hooks into a Katana Config.
public
static register(Config $config) : void
Parameters
- $config : Config
Return values
void —auth()
private
static auth() : Closure