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

AntLusher's avatar

Nova and Envoyer

Hello all,

I'm trying to deploy latest nova version via Envoyer and composer, but when the composer script runs in Envoyer, the Nova update fails.

I believe I need to provide Auth creds so that the Nova update can be installed. Does anyone know how to do this?

All the best

0 likes
1 reply
bugsysha's avatar

All from Nova docs.

Composer Authentication: When running composer update, you will be prompted to provide your login credentials for the Nova website. These credentials will authenticate your Composer session as having permission to download the Nova source code. To avoid manually typing these credentials, you may create a Composer auth.json file while optionally using your API token in place of your password.

https://nova.laravel.com/docs/1.0/installation.html#installing-nova-via-composer

https://getcomposer.org/doc/articles/http-basic-authentication.md

https://nova.laravel.com/settings#password

Please or to participate in this conversation.