We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06a9e1 commit ab98be6Copy full SHA for ab98be6
1 file changed
specs/laravel/laravel_maintenance_mode_bypass.yml
@@ -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