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 deploy
command will trigger a deployment on Laravel Forge for the currently linked site and the given environment.
You can also provide the --update-script
option, to automatically update the deployment script on Laravel Forge with the latest deployment script that you have
configured in your forge.yml file.
After the deployment is done, you will see the latest deployment log output:
If you do not want to wait for the deployment to finish,you can provide the --no-wait
option. This will only trigger the deployment on Forge, without waiting for the deployment result / deployment log.
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.