artisan
Run Laravel framework commands (migrate, route:list, make:model) and capture stdout/stderr for development workflows.
Instructions
Run a Laravel artisan command. Returns stdout and stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The artisan command to run (e.g. 'migrate', 'route:list', 'make:model Foo') |