I don't know nova, but it looks like a cache problem.
Have you tried to empty the cache of the browser ?
Or perhaps to renew the config and view cache ?
I got a unlimited nova license today.
php artisan make:model Company -m
# Added a bunch of fields in database/migrations/2022_06_06_104331_create_companies_table.php
php artisan migrate
After installing nova as per the docs, I did php artisan nova:resource Company and I even see a page http://localhost:8000/nova/resources/companies but when I try to Create Company, it just refreshes. I don't see a form to enter the details.
As mentioned above, you are not required to manually register your resources
Please or to participate in this conversation.