From dd08507875dc6d5de2185fa46d61c232163b141b Mon Sep 17 00:00:00 2001 From: Paulo Freitas Date: Sun, 10 Apr 2016 09:44:21 -0300 Subject: [PATCH 1/3] Removed a PHP paid book The "Official Documentation (Offline Version)" Laravel book isn't free. --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index f04d77310..478f2b4ac 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1622,7 +1622,6 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Laravel 4 Official Documentation. Synced Daily](https://leanpub.com/laravel-5) * [Laravel: Code Bright](http://daylerees.com/codebright) * [Laravel Collections Unraveled](https://leanpub.com/laravelcollectionsunraveled) - * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) * [PHP 5 Power Programming](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf) (PDF) * [PHP Best Practices](https://phpbestpractices.org) * [PHP Internals Book](http://www.phpinternalsbook.com) From f9d4d08cfb7c6b0415a56246710aed74485125ca Mon Sep 17 00:00:00 2001 From: Paulo Freitas Date: Sun, 10 Apr 2016 10:05:34 -0300 Subject: [PATCH 2/3] Organized PHP Laravel books by framework version Eases the list lookup. Also added the author name to *Laravel: Code Bright* book. --- free-programming-books.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 478f2b4ac..46435ab88 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1619,9 +1619,11 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [The Tiny Book of Rules](https://www.drupal.org/files/tiny-book-of-rules.pdf) (PDF) * [Hacking with PHP](http://www.hackingwithphp.com) * Laravel Framework - * [Laravel 4 Official Documentation. Synced Daily](https://leanpub.com/laravel-5) - * [Laravel: Code Bright](http://daylerees.com/codebright) - * [Laravel Collections Unraveled](https://leanpub.com/laravelcollectionsunraveled) + * Laravel 4 + * [Laravel: Code Bright](http://daylerees.com/codebright) - Dayle Rees + * Laravel 5 + * [Laravel 5.x Official Documentation. Synced Daily](https://leanpub.com/laravel-5) + * [Laravel Collections Unraveled](https://leanpub.com/laravelcollectionsunraveled) * [PHP 5 Power Programming](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf) (PDF) * [PHP Best Practices](https://phpbestpractices.org) * [PHP Internals Book](http://www.phpinternalsbook.com) From 9feac583156bcf0f4b4816725d13584bb41ce3f0 Mon Sep 17 00:00:00 2001 From: Paulo Freitas Date: Sun, 10 Apr 2016 10:09:05 -0300 Subject: [PATCH 3/3] Added Laravel: Code Happy online book Added Dayle Rees's *Laravel: Code Happy* book to the PHP list. --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 46435ab88..0e511d974 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1619,6 +1619,8 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [The Tiny Book of Rules](https://www.drupal.org/files/tiny-book-of-rules.pdf) (PDF) * [Hacking with PHP](http://www.hackingwithphp.com) * Laravel Framework + * Laravel 3 + * [Laravel: Code Happy](http://daylerees.com/codehappy) - Dayle Rees * Laravel 4 * [Laravel: Code Bright](http://daylerees.com/codebright) - Dayle Rees * Laravel 5