Guides
Laravel Cloud
Get started with Nightwatch on Cloud
Installation
First, follow the regular steps in our quick start guide to begin.
Running the Agent
To run the agent in your Cloud application cluster, follow these simple steps:
Steps
- Select your application cluster
- Click New background process
- Choose Custom worker
- Enter
php artisan nightwatch:agent
as the command - Save your changes and redeploy
Note: If you’re using a dedicated worker cluster, please repeat the same steps for the worker cluster so that it also runs the agent.
Visual Guide
Select the App cluster
Select “New Background Process”
Add a custom worker that runs the `nightwatch:agent` command