Skip to content

Commit 37363c1

Browse files
committed
Decrypt laravel enviroment file with key applied
1 parent e27d1d2 commit 37363c1

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: Decrypt Laravel environment file with key
3+
command: |-
4+
php artisan env:decrypt --key={{decrypt_key}}
5+
tags:
6+
- laravel
7+
- php
8+
description: Command to decrypt Laravel environment file
9+
arguments:
10+
- name: decrypt_key
11+
description: Provide your laravel decrypt key to decrypt the environment file
12+
default_value: ~
13+
source_url: "https://laravel.com/docs/9.x/configuration#decryption"
14+
author: Charles Adu Boakye
15+
author_url: "https://github.com/4cyberlord"
16+
shells: []

0 commit comments

Comments
 (0)