Env Editor

The Env Editor menu only appears for users as super-admin

env editor

New Key

Enter Key and Value to add to the .env Configuration

add new key
new key

A new key will appear below the list.

align

It can also be seen in the .env file, the new key appears at the bottom.

...
ANALYTICS_VIEW_ID=xxxxx
locale=en

If you want to be placed under a certain key, click the following icon to add a new key.

add bottom

A new key will appear below that key.

result bottom

Edit Value

Click the pencil mark to change.

edit key

Click "Update Key" to save changes.

edit modal

The changes will look as follows.

edit result

Backups

backups

Create Backup

Click "Gate a new Bakup" to backup the .env file.

get backup

The results of the backed up .env will be in the following lis.

result backup

Env backup file saved to storage/env-editor.

📂 storage
    📂 env-editor
        📄 env_2022-02-15_164309

Download

Download current .env

Click "Download current .env".

download env

The file download results.

📄 env

Download .env backup

Click the download icon to download the .env backup.

The file download results.

📄 env_2022-02-15_164309

Upload

upload env

Click Browse to find the file then select "Upload as backup" or "Upload and replace current .env".

uploads