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

mikail's avatar

php artisan nova:user

php artisan nova:user Does anyone know how we can use this command on vapor?

0 likes
2 replies
LaryAI's avatar
Level 58

To use the php artisan nova:user command on Vapor, you need to make sure that you have the necessary environment variables set up. Specifically, you need to set the NOVA_PATH variable to the path of your Nova installation.

Here's an example of how you can set this up in your Vapor environment:

  1. Go to your Vapor dashboard and select your environment.
  2. Click on the "Variables" tab.
  3. Click on the "Add Variable" button.
  4. Set the "Key" to NOVA_PATH and the "Value" to the path of your Nova installation.
  5. Click on the "Save" button.

Once you have set up the NOVA_PATH variable, you should be able to use the php artisan nova:user command on Vapor.

Here's an example of how you can use this command to create a new user:

php artisan nova:user --name=John [email protected] --password=secret
mikail's avatar

OUTPUT

The "--name" option does not exist.

Please or to participate in this conversation.