That will be complex I guess because the detail view vue component is part of the Nova framework. Can't be overriden in a simple way. You might need to create your own detail view, then create a computed field that will dynamically generate an url to your detail view that will accept he resource name and uri key as parameters, just like the detail view itself.
Aug 21, 2023
3
Level 1
Laravel Nova 4, How to override the default Detail.Vue
In NOVA version 4, I have created a resource name "Orders". I want a custom design for single (detail) view of Order. Please anybody, help me how to override the default Detail.Vue.
Please or to participate in this conversation.