Run command
laravel_cloud_run_commandRun Artisan or shell commands on a Laravel Cloud environment to automate deployments, run migrations, or debug issues.
Instructions
Run an Artisan or shell command on the given environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to run, e.g. 'php artisan migrate --force'. | |
| environment | Yes | Environment ID. |