I'm trying to change the display name of one Nova resource, without change the name from de database that it references. Only for View / interface purposes.
I checked the App\Nova*myResource*.php file and find this variable:
public static $title = 'newName';
But after change this the same old name still appears. Anyone knows how to resolve this? maybe I have just to type some comands with artisan. (I have alredy try to restart the server).