Yes, Nova has this available now. The redirectAfterCreate and redirectAfterUpdate can be used for this.
Source: https://github.com/laravel/nova-issues/issues/538#issuecomment-493147408
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
After a Nova resource is created or updated, it's possible to redirect the user to a new page. How would we do this when attaching something to a resource?
For instance, suppose a Role is attached to a User and attaching certain roles should result in a redirect to add more information about the attachment. How could this be done?
Nova version 2.10.1
Please or to participate in this conversation.