Skip to content

pmvc-plugin/dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads

PMVC Dot Env plugin

Comment

; This is a sample configuration file
; Comments start with ';', as in php.ini

Reserved special characters

?{}|&~![()^"

Install with Composer

CLICK TO SEE

### 1. Download composer * mkdir test_folder * curl -sS https://getcomposer.org/installer | php

2. Install Use composer.json or use command-line directly

2.1 Install Use composer.json

  • vim composer.json
{
    "require": {
        "pmvc-plugin/dotenv": "dev-main"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/dotenv

or

  • composer require pmvc-plugin/dotenv