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

patrick-leb's avatar

Nova Partials in v4?

Everywhere I look, I read that i'm supposed to customize partials in /resources/views/vendor/nova/partials/

as discussed here: https://laracasts.com/discuss/channels/nova/nova-avatar-right-top-how-change-it

But i definitely don't have this path available on my v4 install. php artisan nova:publish doesn't create them either.

Am I missing something?

Thanks!

0 likes
1 reply
Shaden's avatar
Shaden
Best Answer
Level 4

Yes, You need to create , /resources/views/vendor/nova/partials/ and copy the same files from vendor/laravel/nova/resources/views/partials * and place them in newly created folder. Then you can modify as you like. Nove will look in the /resources/views/vendor/nova/ for the layout, if not there it will use the built in files in Vendor directory

1 like

Please or to participate in this conversation.