From 6330d007b3dd7bc9406b0693b3922d0e88c7beae Mon Sep 17 00:00:00 2001 From: M N Islam Shihan Date: Sat, 12 Oct 2013 22:08:45 +0600 Subject: [PATCH] Added reference to some free laravel (a popular PHP framework) resources --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 26eca3bd..e679af61 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -547,6 +547,10 @@ * [Practical PHP Programming](http://www.tuxradar.com/practicalphp) (wiki containing O'Reilly's *PHP In a Nutshell*) * [Symfony2](http://symfony.com/doc/current/book/index.html) * [Zend Framework: Survive the Deep End](http://www.survivethedeepend.com/) +* Laravel Framework + * [Official Documentation (Offline Version)](https://leanpub.com/l4-offline-doc) + * [Code Happy](http://codehappy.daylerees.com/) (Laravel 3 Starter Book) + * [Code Bright](http://codebright.daylerees.com/) (Laravel 4 Starter Book) ###PowerShell -- GitLab