Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.223.213.54
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
symfony /
dotenv /
Delete
Unzip
Name
Size
Permission
Date
Action
Command
[ DIR ]
drwxrwxr-x
2022-02-15 17:04
Exception
[ DIR ]
drwxrwxr-x
2022-02-15 17:04
CHANGELOG.md
1.28
KB
-rw-rw-r--
2022-02-15 17:04
Dotenv.php
20.53
KB
-rw-rw-r--
2022-02-15 17:04
LICENSE
1.04
KB
-rw-rw-r--
2022-02-15 17:04
README.md
903
B
-rw-rw-r--
2022-02-15 17:04
composer.json
885
B
-rw-rw-r--
2022-02-15 17:04
Save
Rename
Dotenv Component ================ Symfony Dotenv parses `.env` files to make environment variables stored in them accessible via `$_SERVER` or `$_ENV`. Getting Started --------------- ``` $ composer require symfony/dotenv ``` ```php use Symfony\Component\Dotenv\Dotenv; $dotenv = new Dotenv(); $dotenv->load(__DIR__.'/.env'); // you can also load several files $dotenv->load(__DIR__.'/.env', __DIR__.'/.env.dev'); // overwrites existing env variables $dotenv->overload(__DIR__.'/.env'); // loads .env, .env.local, and .env.$APP_ENV.local or .env.$APP_ENV $dotenv->loadEnv(__DIR__.'/.env'); ``` Resources --------- * [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony)