浏览代码

Add config category.

pull/1003/head
Jamie 6 年前
父节点
当前提交
1b5a0ec1b9
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      README.md

+ 7
- 0
README.md 查看文件

66
     - [Deployment](#deployment)
66
     - [Deployment](#deployment)
67
     - [Internationalisation and Localisation](#internationalisation-and-localisation)
67
     - [Internationalisation and Localisation](#internationalisation-and-localisation)
68
     - [Serverless](#serverless)
68
     - [Serverless](#serverless)
69
+    - [Configuration](#configuration)
69
     - [Third Party APIs](#third-party-apis)
70
     - [Third Party APIs](#third-party-apis)
70
     - [Extensions](#extensions)
71
     - [Extensions](#extensions)
71
     - [Miscellaneous](#miscellaneous)
72
     - [Miscellaneous](#miscellaneous)
718
 * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
719
 * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
719
 * [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications.
720
 * [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications.
720
 
721
 
722
+## Configuration
723
+*Libraries and tools for configuration.**
724
+
725
+* [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files.
726
+* [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
727
+
721
 ### Third Party APIs
728
 ### Third Party APIs
722
 *Libraries for accessing third party APIs.*
729
 *Libraries for accessing third party APIs.*
723
 
730
 

正在加载...
取消
保存