pmvc-plugin/dotenv

PMVC Plugin For phpdotenv

0.4.0 2023-02-23 17:00 UTC

This package is auto-updated.

Last update: 2024-04-23 19:29:19 UTC


README

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