Over the years, I’ve SSH’ed into dozens of servers to execute Laravel Artisan commands. So without further ado, I would like to introduce you to Artisan Remote, the perfect companion for your Laravel applications. Artisan Remote is a desktop application that allows you to run artisan commands with a simple click and view the output of earlier executed commands across multiple Laravel applications.
To allow Laravel artisan commands to execute commands via HTTP endpoints instead of the command line, I’ve created a simple package that exposes your artisan commands to the web. Open your terminal, switch to your favorite Laravel application, and install the Artisan Remote composer package: Next, you will need to publish the associated configuration file with the vendor:publish command: This command will place a configuration file in your Laravel application’s config directory config/artisan-remote.php.