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

websvb's avatar

Problem with publishing tools is nova

Hello! Laravel 10, nova 4.25.1. I have a problem with publishing tools. I create according to the documentation. I register in the provider, specify in fields, run npm run dev, prod, watch. Nothing helps and the tool does not appear on the page and the js code that is in Tool.vue is not executed. Please help me solve the problem!

0 likes
3 replies
tisuchi's avatar
tisuchi
Best Answer
Level 70

@websvb Have you run php artisan nova:publish? Do you see any errors with that command?

If not, then php artisan cache:clear and try.

2 likes

Please or to participate in this conversation.