Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Tinkerwell 4 is out now: Get the most popular PHP Scratchpad with Detail Dive, AI code generation and more. Learn more
The forge init
command allows you to link the current working directory with a site and server on Laravel Forge.
When calling forge init
, you can choose from an interactive list, which server you want to link the site with.
After selecting the server, you can either go and create a new site on Forge, or link the directory with an already existing site on the selected server:
Once the site is linked/created, Forge CLI will create a file called forge.yml
in your current working directory.
This file contains the current site (and server) configuration that you have.
You can safely put this file into version control to later synchronize changes to Forge.
Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.