From ede890586f16649e84e94e8007a5c3e245b13da7 Mon Sep 17 00:00:00 2001 From: Vinces Date: Tue, 17 Nov 2020 17:29:04 +0100 Subject: [PATCH] Improve readme --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aff7338..d52a057 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,16 @@ Basic LAMP stack environment built using Docker Compose. ### πŸ“Œ Table of Content -- [🐳 Docker-lamp](#---docker-lamp) - + [πŸ’» Requirement](#---requirement) - + [πŸ—ƒ Introduction](#---introduction) - + [πŸ’Ύ Installation / Quick start](#---installation---quick-start) - + [πŸ’« Configuration and Usage](#---configuration-and-usage) +- [🐳 Docker-lamp](#-docker-lamp--) + + [πŸ’» Requirement](#-requirement) + + [πŸ—ƒ Introduction](#-introduction) + + [πŸ’Ύ Installation / Quick start](#-installation--quick-start) + + [πŸ’« Configuration and Usage](#-configuration-and-usage) - [Configuration](#configuration) - [Entry Point](#entry-point) + - [PHP INI](#php-ini) - [CMD Shortcut](#cmd-shortcut) - + [🍭 CREDITS & SUPPORT](#---credits---support) + + [🍭 CREDITS & SUPPORT](#-credits--support) --- @@ -72,8 +73,6 @@ Now you can access to your environnement: This package comes with default configuration options. You can modify them by creating (Step 2.) .env file in your root directory. -> PHP_INI: In each PHP Bin you can define your custom php.ini `/docker/{PHP_VERSION}/php.ini` to meet your requirements. - #### Entry Point 1. Add yours vhosts URL and ENTRYPOINT Folder in `./config/vhosts.txt`: @@ -98,6 +97,11 @@ Modify your /etc/host file with these lines: 127.0.0.1 my-project.localhost ``` +#### PHP INI + +> PHP_INI: In each PHP Bin you can define your custom php.ini `/docker/{PHP_VERSION}/php.ini` to meet your requirements. + + #### CMD Shortcut Available script @@ -141,6 +145,8 @@ And dont forget: [KISS](https://en.wikipedia.org/wiki/KISS_principle), [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) & [CLEAN CODE](https://odan.github.io/2019/12/06/php-best-practice-2019.html) +--- + **SpΓ©cial thanks to @Medzoner and @floyoops !** ---