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

ProductMar 2, 2026

Laravel February Product Updates

Laravel Cloud API & CLI, MySQL 8.4 upgrade notice, Forge MySQL 9, Nightwatch MCP & Linear integration, and new Framework AI updates.

Laravel Team

ProductFeb 3, 2026

Laravel January Product Releases

January brings Private Cloud, Valkey caching, expanded Cloud API, plus Forge backup options and Nightwatch real-time exception detection.

Laravel Team