rolldev_composer
Execute Composer commands within the php-fpm container to manage PHP dependencies, install packages, and update project libraries for development environments.
Instructions
Run Composer commands inside the php-fpm container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory | |
| command | Yes | Composer command to execute (e.g., 'install', 'update', 'require symfony/console', 'require-commerce') | |
| save_output_to_file | No | Save full output to a log file for later investigation (useful for long output) |