CompatController
extends z_controller
in package
Exercises Blade/Katana compatibility guarantees through the real render path: - action_probe: a migrated legacy view whose literal {{ }}, {!! !!} and {{-- --}} markers must survive verbatim (see Views/compat/probe).
- action_component: an authored .blade.php using an anonymous component. Covered by tests/cypress/e2e/core/blade-compat.cy.js.
Table of Contents
- action_component() : mixed
- action_probe() : mixed
Methods
action_component()
public
action_component(Request $req, Response $res) : mixed
Parameters
- $req : Request
- $res : Response
Return values
mixed —action_probe()
public
action_probe(Request $req, Response $res) : mixed
Parameters
- $req : Request
- $res : Response