Level 1
return Action::openInNewTab('http://google.com');
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
In Nova doceumentation there is: ´
return Action::redirect('https://example.com');
but it opens in the same tab.. is it possible to open in a new tab.. or at least in a modal?
Please or to participate in this conversation.