// docs
Batch Runs
Premium: run a placeholder template across a list of values, with per-row results and exports.
Batch Runs is a dedicated Premium page for running a placeholder template many times over. Where Run Code fills in one value per placeholder for a single run, Batch Runs takes a named list of values for each placeholder and runs one row per combination. It works with both Tinker snippets and Artisan commands that contain one or more placeholders.
Value lists
Enter a named, comma-separated list for each placeholder. LaraBench pairs them up row by row and runs the rows in sequence.
id: 1,2,3
name: michael,george,andrewRunning a batch
- Rows run one at a time against the selected connection.
- Production connections ask for confirmation once for the whole batch, not per row.
- Stop after the current row, or retry only the rows that did not finish.
- Each row shows its status, duration, exit code, and an output preview.
Exports
Export the results table as CSV, Markdown, or JSON for handoff notes, audits, or follow-up work.