Vapor: Bypassing Maintenance Mode

When putting your application in maintenance mode using the vapor down command, your application will respond with a status code of 503 on every request.

Beginning today, you may use the secret option on the vapor down command to specify a maintenance mode bypass token:

You may then navigate to the application URL matching this token and Vapor will issue a maintenance mode bypass cookie to your browser:

After accessing this hidden route, you will then be redirected to the / route of the application. Once the cookie has been issued to your browser, you will be able to browse the application normally as if it was not in maintenance mode.

To use this feature, you need to make sure your application is using these versions:

  • laravel/framework v8.0+
  • laravel/vapor-core v2.9.3+
  • laravel/vapor-cli v1.9.4+

Keep reading

ProductJul 2, 2026

Laravel June Product Updates

You can now run Symfony apps on Laravel Cloud, managed Valkey caches and object storage are available in Forge, Bus::bulk() for efficient batch dispatch, and MCP client and server tooling across Laravel's AI stack. Here's everything that shipped in June.

Laravel Team

Laravel is the most productive way to
 build, deploy, and monitor software.

By submitting this form, you agree to our terms. You can opt-out anytime.