From 16354c7ab712c9f1be6a23df35dd04cfda1740b5 Mon Sep 17 00:00:00 2001 From: Pen y Fan <40126936+Pen-y-Fan@users.noreply.github.com> Date: Sun, 11 Aug 2019 23:13:48 +0100 Subject: [PATCH] Pen y fan php (#3348) * Updated PHP courses Removed: Ultimate PHP Basics for Absolute Beginners - no longer free Added: beginners course PHP Programming Language Tutorial - Full Course and more advanced course Laravel 5.8 Tutorial From Scratch * PHP Courses added Corrected order * Added PHP courses Two PHP courses added and one removed (no longer free) --- free-courses-en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index e2f33549..f51bfe0e 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -340,9 +340,10 @@ ### PHP +* [Laravel 5.8 Tutorial From Scratch](https://www.youtube.com/playlist?list=PLpzy7FIRqpGD0kxI48v8QEVVZd744Phi4) - Coder's Tape (2019) * [Learn how to program: PHP](https://www.learnhowtoprogram.com/php) - Epicodus Inc. -* [PHP & MySQL Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWrjkpK2zD4TWKWMWVfeYK-b) -* [Ultimate PHP Basics for Absolute Beginners](https://www.udemy.com/ultimate-php-course-for-absolute-beginners/) - PHPTraining DotCom (Udemy) +* [PHP & MySQL Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWrjkpK2zD4TWKWMWVfeYK-b) - The Bad Tutorials (2015) +* [PHP Programming Language Tutorial - Full Course](https://www.youtube.com/watch?v=OK_JCtrrv-c) - freeCodeCamp.org (2018) ### Python -- GitLab