Laravel Deploy

Easy generation of deploy scripts/pipelines for your Laravel Forge site.

This generates both a deploy script for Laravel Forge and a GitHub workflow for running your test suites before deploying. If using the GitHub workflow, you will need to add the following secrets to your repository:
  • DEVELOPMENT_DEPLOY_URL
    - trigger deploy url for development site provided in Forge.
  • PRODUCTION_DEPLOY_URL
    - trigger deploy url for production site provided in Forge.

Options

Branch Names

Development
Production
Staging

Optional Packages

Generated Files

;