From ee5aeab2e8b13d137a9733cf13de192de8237252 Mon Sep 17 00:00:00 2001 From: Adam Molnar Date: Thu, 27 Dec 2018 02:26:46 +0100 Subject: [PATCH] Added a resource (#26404) --- guide/english/php/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/php/index.md b/guide/english/php/index.md index b3492b13b2..210e45bdfd 100644 --- a/guide/english/php/index.md +++ b/guide/english/php/index.md @@ -126,3 +126,4 @@ PHP is [well documented](http://php.net/docs.php). The [official docs](http://ph - [Tizag.com PHP Tutorial](http://www.tizag.com/phpT/): still-relevant tutorials for getting started with PHP - [Awesome PHP](https://github.com/ziadoz/awesome-php): a curated list of PHP libraries, resources, and "shiny things" - [Laracasts.com](https://laracasts.com/): a membership website to learn web application development with PHP, comes with a free getting starting guide. +- [PHP: The Right Way](https://phptherightway.com/): An all-around quick reference book.