Laravel Forge CLI
Published on by Eric L. Barnes
Laravel Forge launched their first official command-line tool that gives you a nice set of commands to manage your Forge servers, sites, and more. Installation is done through the following global composer command:
composer global require laravel/forge-cli
After it's installed you can forge from your terminal and see usage:
The first release (v1.0) of the Forge CLI contains around thirty commands, including initiating deployments, viewing application logs, configuring SSH key authentication, and more. In this article, we are going to highlight some of these new commands. And, of course, you may refer to the official documentation for more details.
Eric is the creator of Laravel News and has been covering Laravel since 2012.