RenderDirectiveController
extends z_controller
in package
Renders renderprobe/directives, which exercises the @auth / @guest Blade directives bound by Rendering\Katana\Hooks. The view is layout-free (layout/empty) so the test reads only the directive branches.
Covered by core/render-directives.cy.js.
Table of Contents
- action_directives() : mixed
Methods
action_directives()
public
action_directives(Request $req, Response $res) : mixed
Parameters
- $req : Request
- $res : Response