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

midwestdev's avatar

Add Menu Item To Header Toolbar (NOVA 4)

Add Menu Item To Header (next to notifications bell and theme chooser) Anyway to do this?

0 likes
4 replies
ramonrietdijk's avatar

Unfortunately, I don't think this is currently possible. The closest you can get is by adding items to the user menu dropdown.

786moham's avatar

I have tried many , method and only method which didnt works is in latest version of nova4 You have to write this in tool.js inside laravel custom component, remove everything and run below. import { createApp } from 'vue'; import Tool from './components/Tool.vue'

Nova.booting((app, store) => { const appTool = createApp(Tool); appTool.mount('#container'); });

Please or to participate in this conversation.