I created a custom field in Nova via php artisan nova:field
and added it to my model but it's not getting rendered anywhere. I went through all the points mentioned in the documentation - https://nova.laravel.com/docs/3.0/customization/fields.html, nothing helped.
I figured it out eventually. The thing is I have run npm run dev
several times which apparently didn't create dist
. But npm run prod
did the trick so I'm going to go with it.