Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Learn more

Forge CLI

Init

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.

Learn everything about Laravel Websockets

Kickstart your Laravel Websockets project with this in-depth video course – sign up to our newsletter and get a notification when it launches.

Desktop Apps With Electron course