File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Encrypt Laravel environment file with custom encryption key
3+ command : |-
4+ php artisan env:encrypt --key={{custom_key}}
5+ tags :
6+ - laravel
7+ - php
8+ description : command to encrypt your Laravel environment file with custom encryption key
9+ arguments :
10+ - name : custom_key
11+ description : Specify custom encryption key for Laravel environment file.
12+ default_value : ~
13+ source_url : " https://laravel.com/docs/9.x/configuration#encrypting-environment-files"
14+ author : Charles Adu Boakye
15+ author_url : " https://github.com/4cyberlord"
16+ shells : []
Original file line number Diff line number Diff line change 66 - laravel
77 - php
88description : command to encrypt Laravel environment file
9- source_url : " https://laravel.com/docs/9.x/configuration#pre-rendering-the-maintenance-mode-view "
9+ source_url : " https://laravel.com/docs/9.x/configuration#encrypting-environment-files "
1010author : Charles Adu Boakye
1111author_url : " https://github.com/4cyberlord"
1212shells : []
Original file line number Diff line number Diff line change 66 - laravel
77 - php
88description : This command helps you bypass laravel maintenance mode by setting the secret key.
9- arguments :
10- - name : bypass_secret_key
11- description : Enter your laravel application key to bypass maintenance mode.
12- default_value : ~
9+ arguments : []
1310source_url : " https://laravel.com/docs/9.x/configuration#pre-rendering-the-maintenance-mode-view"
1411author : Charles Adu Boakye
1512author_url : " https://github.com/4cyberlord"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ arguments:
1010 - name : refresh_duration
1111 description : Specify the number of seconds the page should be refreshed.
1212 default_value : ~
13- source_url : " https://laravel.com/docs/9.x/configuration#pre-rendering-the-maintenance-mode-view "
13+ source_url : " https://laravel.com/docs/5.4/installation "
1414author : Charles Adu Boakye
15- author_url : " https://github. com/4cyberlord "
15+ author_url : " https://www.linkedin. com/in/charles-adu-boakye/ "
1616shells : []
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ arguments: []
1010source_url : " https://artisan.page/#optimize"
1111author : Charles Adu Boakye
1212author_url : " https://github.com/4cyberlord"
13- shells : []
13+ shells : []
You can’t perform that action at this time.
0 commit comments