Skip to content

Commit ab98be6

Browse files
committed
Bypass laravel maintenance mode
1 parent d06a9e1 commit ab98be6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Bypass laravel maintenance mode
3+
command: |-
4+
php artisan down --secret="{{bypass_secret_key}}"
5+
tags:
6+
- laravel
7+
- php
8+
description: This command helps you bypass laravel maintenance mode by setting the secret key.
9+
arguments: []
10+
source_url: "https://laravel.com/docs/9.x/configuration#pre-rendering-the-maintenance-mode-view"
11+
author: Charles Adu Boakye
12+
author_url: "https://github.com/4cyberlord"
13+
shells: []

0 commit comments

Comments
 (0)