- Need use ;
- http://php.net/manual/en/function.parse-ini-file.php#refsect1-function.parse-ini-file-examples
; This is a sample configuration file
; Comments start with ';', as in php.ini
- Characters ?{}|&~![()^" must not be used anywhere in the key and have a special meaning in the value.
- http://php.net/manual/en/function.parse-ini-string.php
?{}|&~![()^"
CLICK TO SEE
### 1. Download composer * mkdir test_folder * curl -sS https://getcomposer.org/installer | php
- vim composer.json
{
"require": {
"pmvc-plugin/dotenv": "dev-main"
}
}
- php composer.phar install
- php composer.phar require pmvc-plugin/dotenv
or
- composer require pmvc-plugin/dotenv