Native Windows desktop app to run Laravel artisan commands in specific folders and watch live output.
- Create tasks: name + Laravel folder (
workdir) + artisan args (e.g.queue:work --tries=3) - Start/stop tasks from the dashboard
- Watch live stdout/stderr in multiple output tabs
From repo root:
cd tools/artisan-runner
./run.shBuild the binaries:
cd tools/artisan-runner
.\build.ps1Then run dist/artisan-runner.exe.
ARTISAN_RUNNER_DATA(default./data/tasks.json)PHP_BIN(defaultphp) — set tophp.exeor an absolute path if needed