Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Muetze's avatar

Muetze wrote a reply+100 XP

4w ago

I know this topic is old and probably no longer of interest to the author. But it was the first result I found when I searched the web. So I’m replying anyway.

Tested with LW 4:

    public function render()
    {
        return view('my-template')
            ->response(fn (Response $response) => $response->setStatusCode(403));
    }