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:
- Go to your Vapor dashboard and select your environment.
- Click on the "Variables" tab.
- Click on the "Add Variable" button.
- Set the "Key" to
NOVA_PATHand the "Value" to the path of your Nova installation. - 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