spatie/laravel-remote
Run Laravel Artisan commands on remote servers over SSH. Configure one or more hosts (default host, user, port, path, optional private key) and execute tasks like cache clears via php artisan remote ..., with optional confirmation prompts.
cache:clear, migrate) across distributed Laravel environments without manual SSH access, reducing operational friction.queue:work, schedule:run) across servers.optimize:clear, config:cache) in pipelines, reducing flaky deployments tied to manual intervention.remote:deploy to admins), aligning with audit requirements.For Executives:
"This package cuts manual SSH work by 80% for Laravel deployments, reducing downtime and errors. For example, a single php artisan remote cache:clear command replaces 5+ manual steps across servers. It’s a low-code way to enforce consistency in staging/production workflows—think ‘Git for remote commands.’ ROI comes from developer time saved and fewer deployment failures."
For Engineering:
*"Spatie’s laravel-remote lets us treat remote servers like local ones. Key benefits:
remote:migrate from your laptop instead of logging into 3 servers.remote:backup) with minimal setup.How can I help you explore Laravel packages today?