Skip to content

Commit 0afb7ac

Browse files
committed
Refresh laravel maintenance mode added
1 parent ec4da06 commit 0afb7ac

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: Automatically refresh Laravel maintenance mode
3+
command: |-
4+
php artisan down --refresh={{refresh_duration}}
5+
tags:
6+
- laravel
7+
- php
8+
description: Refresh Laravel maintenance mode automatically after the specified number of seconds is due.
9+
arguments:
10+
- name: refresh_duration
11+
description: Specify the number of seconds the page should be refreshed.
12+
default_value: ~
13+
source_url: "https://laravel.com/docs/5.4/installation"
14+
author: Charles Adu Boakye
15+
author_url: "https://www.linkedin.com/in/charles-adu-boakye/"
16+
shells: []

0 commit comments

Comments
 (0)