spatie/scotty
Scotty is a beautiful SSH task runner for executing scripted tasks on remote servers. Define tasks in a Scotty.sh file (bash with annotations), run them with clear output, and use it as a drop-in, Envoy-compatible alternative for deploys and ops.
Before you run a deploy for the first time, it's a good idea to check that everything is set up correctly. That's what scotty doctor does:
scotty doctor
It runs through a series of checks:
php, composer, node, npm, and git are available on each reachable server
This is especially useful after setting up a new server, when debugging connection issues, or before your first deploy to a new environment. If something is off, doctor will tell you exactly what.
How can I help you explore Laravel packages today?