To install the agent, follow the steps below:
-
Install agent
composer require vulnerar/agent
-
Add token to your .env file
VULNERAR_TOKEN=<YOUR-TOKEN>
-
Run agent
The agent uses Laravel's built-in queue system and task scheduling to synchronize events in the background. Use your preferred way to run the queue worker and task scheduler.