Questions tagged [laravel-envoyer]

Envoyer is a zero-down-time deployer for PHP & Laravel projects. In other words, it lets you deliver your PHP application to one or many servers without interrupting a single visitor.

Envoyer is focused on the deployment side of applications and includes things like zero downtime deploys, health checks, cron job monitoring, and more.

The most noticeable features of the Envoyer service are:

  • GitHub / Bitbucket Integration
  • GitLab Self-Hosted Integration
  • Seamless Deployment Rollbacks
  • Deploy To Multiple Servers
  • Application Health Checks
  • Cron Job Monitoring
  • Integrated Chat Notifications
  • Deploy Any PHP Project
  • Customize Your Deployments

To learn more about Laravel Envoyer:

3 questions
1
vote
1 answer

Laravel - Generic Apache 500 error with Envoyer directory structure

I am trying to deploy my Laravel 5 site to my VPS using Envoyer. I changed the document root in the site's Apache settings to /current/public (settings below), when I do this I receive a generic Apache 500 error. If I use the old public directory,…
NightMICU
  • 9,000
  • 30
  • 89
  • 121
0
votes
1 answer

Guzzle/Nexmo Issues After Upgrading to Laravel 8

I recently performed a rather large update to this web app, and for the most part it went off without a hitch... Until the app tries to send an SMS notification from staging/production. The upgrade from laravel 7.x to 8.x was quite simple and…
JustinM151
  • 744
  • 3
  • 11
0
votes
1 answer

Why Will Voyager Not Show my Admin Dashboard When Live? | Forge, Voyager & Laravel

I am creating a Laravel eCommerce application. I am following this tutorial on youtube: https://www.youtube.com/watch?v=L3EbWJmmyjo&list=PLEhEHUEU3x5oPTli631ZX9cxl6cU_sDaR&index=18 For the Admin section of the website, I am using Voyager. On my…
RC07JNR
  • 535
  • 1
  • 8
  • 24