Not sure if will help but theres a github issue that sounds similar that has been solved
Might give you some pointers
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm making a Tool for Laravel Nova, upon having some composer issue's, I removed the vendor folder, ran composer install again but now I'm bumping into the following error..
No hint path defined for [menu]. (View: /Users/miguel/Code/@modules/laravel-menu/vendor/laravel/nova/resources/views/layout.blade.php) (View: /Users/miguel/Code/@modules/laravel-menu/vendor/laravel/nova/resources/views/layout.blade.php)
Removing the vendor folder and running composer install and composer update again, Publishing the nova assets again using
php artisan nova:publish
Has anyone ever came across this issue?
Please or to participate in this conversation.