Skip to content

Commit a30b1d9

Browse files
committed
Redirect laravel maintenance mode added
1 parent 63de22a commit a30b1d9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)