Level 1
return Action::openInNewTab('http://google.com');
2 likes
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.