Are you installing Nova via composer? If yes do you have configured your credentials?https://nova.laravel.com/docs/3.0/installation.html#installing-nova-via-composer ?
Failed to download laravel/nova from dist
Ran into the MorphTo/searchable/readonly issue noted here, and attempted to update Nova to v3.31 for the fix. I tried simply composer update but am stuck at v3.30. After trying composer require "laravel/nova:^3.31", i get a warning:
Failed to download laravel/nova from dist: The "https://api.github.com/repos/laravel/nova/zipball/764f1beae..." file could not be downloaded
In addition to the noted warning, there is also a similar error message:
Failed to execute git clone --mirror -- 'https://[email protected]/laravel/nova.git' '/myLocalFolder/composer/vcs/git-github.com-laravel-nova.git/
Cloning into bare repository '/myLocalFolder/composer/vcs/git-github.com-laravel-nova.git'...
remote: Repository not found.
The list of packages to be updated shows dev-master where I'd expect to see 3.31.0:
Upgrading laravel/nova (3.30.0 => dev-master 764f1be)
Unsure if this is indicating the Nova license has expired, or some other issue. I am able to download the 3.31 version manually from the Nova site, if that is any indication of license state.
I would assume I would see the traditional package conflict composer messages if that were the issue, which has not yet been the case.
Any insight would be greatly appreciated.
php 7.4.26
laravel 8
Please or to participate in this conversation.