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

Forge CLI

Pull environment files

The forge env:pull command allows you to pull the current environment file of your Laravel Forge site to your local filesystem.

The naming convention is:

.env.forge.[ENVIRONMENT]

So by running forge env:pull, Forge CLI will write the current environment file to .env.forge.production. Running forge env:pull staging would create a file called .env.forge.staging.

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