From b997e81a2155c0699689df3c258762ff921bb21d Mon Sep 17 00:00:00 2001 From: artisticLogicMK <35671665+artisticLogicMK@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:44:51 +0100 Subject: [PATCH] Updated Readme.md Added one more resources under intermediate section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e622fa..1b9bd20 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,11 @@ https://teamtreehouse.com/tracks/objectoriented-php-2 learn the modern approach to appliaction development in PHP using Objects,Templates,Dependency Managment and 3rd Part Packages. +- **Modern PHP Cheat Sheet** +https://front-line-php.com/cheat-sheet + +A to-the-point summary of all awesome PHP features. + # Advanced - **Create a Twitter Social Network Clone From Scratch PHP,MySQL - PAID**