tina4stack/tina4php-env

Tina4 PHP 环境功能

v2.0.5 2022-08-01 17:21 UTC

This package is auto-updated.

Last update: 2024-09-12 12:42:30 UTC


README

为您的 PHP 项目提供环境支持

系统首次运行时将为您创建一个 .env 文件。如果您在您的操作系统上指定了一个名为 ENVIRONMENT 的环境变量,则将加载 .env.ENVIRONMENT。

[Section]           <-- Group section
MY_VAR=Test         <-- Example declaration, no quotes required or escaping, quotes will be treated as part of the variable
# A commment        <-- This is a comment
[Another Section]
VERSION=1.0.0