DEV Community

Cover image for 12 Best Laravel Books Developer Should Read
John
John

Posted on

12 Best Laravel Books Developer Should Read

Laravel Books

Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell.

Here you will get best Laravel Books for you.read more You will find the best Laravel books review on this article.


Laravel: Up & Running

1.Laravel: Up & Running

A Framework for Building Modern PHP Apps 2nd Edition

View on Amazon →

This book is not for a beginner programer who is trying to learn OOP with PHP (for that I would recommend PHP Objects, Patterns, and Practice), and if you are trying to learn Laravel then I would suggest to get this book as a companion to Laracasts.

If you have intermediate or advance knowledge of Laravel or OOP then this book is for you! Matt has created an AMAZING resource that I will be using for many years to come as I use Laravel to build and maintained web apps.

Matt thank you for all that you do for the Laravel and PHP community!


Full-Stack

2.Full-Stack Vue.js 2 and Laravel 5

Bring the frontend and backend together with Vue, Vuex, and Laravel Paperback – December 28, 2017

View on Amazon →

This book does an great job of demonstrating a full stack Vue and Laravel app. I like that the app that you build throughout the book is actually quite realistic and is pretty impressive, unlike other books that make you build some pointless todo app.

In addition to Vue and Laravel, the book does cover a lot of material including Webpack, VueRouter, Vuex, Passport etc, but only really scratches the surface on these. The focus is more on how to use them together in a single app.

My only frustration was having to set up Homestead when I normally use Valet, but it does cover a solid approach to full stack development.


Laravel: Up and Running

3.Laravel: Up and Running

View on Amazon →

This is the best Laravel book I have come across so far. It assumes you are not a complete beginner; you have to have at least a working understanding of basic programming principals and preferably a bit of PHP experience to get the most out of this book. But if you are in anyway capable at writing even the most basic PHP functions and understand things like arrays and for/while loops you will be well on your way to building your first app with Laravel.


Laravel: Laravel For beginners

4.Laravel: Laravel For beginners

View on Amazon →

Laravel For beginnersBook DescriptionIf you’re looking for a book that can help you to build amazing web applications, this is the book for you! Aimed at people who have some experience with Laravel, this cookbook has your back!There are many proven code rich recipes for working with Laravel. Each recipe includes practical advice, tips, and tricks for working with jQuery, AJAX, JSON, API, data persistence, complexapplication structure, modular PHP, testing, deployment and more.Think about this book as a collection of all premium Laravel tutorials or the successor to the popular Learning Laravel 5 book.Laravel also includes tested code that you can download and reuse in your own applications. You’ll save time, learn more about Laravel and other related technologies in the process.We also have a forum for discussion and debate. You can freely ask any questions, provide your valuable feedback and help others.It’s time to discover Laravel more!


Learning Laravel's Eloquent Paperback

5.Learning Laravel's Eloquent Paperback – July 27, 2015

View on Amazon →

This book is a good introduction to Eloquent. The author does decent job of filling in the gaps of the Laravel documentation. I did find a couple of items for an errata but nothing major and all easy to see what was meant. The English phrasing used did make me smile a few times but the author's English is better than my Italian (by orders of magnitude) so I'm not throwing stones.


Hands-On Full Stack Web Development with Angular 6 and Laravel 5

6.Hands-On Full Stack Web Development with Angular 6 and Laravel 5

Become fluent in both frontend and backend web development with Docker, Angular and Laravel Paperback – July 31, 2018

View on Amazon →

This book gives you practical knowledge of building modern full-stack web apps from scratch using Angular with a Laravel Restful back end.

The book begins with a thorough introduction to Laravel and Angular and its core concepts like custom errors messages, components, routers, and Angular-cli, with each concept being explained first, and then put into practice in the case-study project.


Laravel Companion: Second Edition

7.Laravel Companion: Second Edition

View on Amazon →

The Laravel framework contains many useful helper functions, features, and utility classes (such as Collections); some of these features are easily overlooked or taken for granted. This book exposes these utilities to encourage accelerated application development using the Laravel framework. With The Laravel Companion, you will learn about external API integration, collections, request management, and much, much more!


Laravel Reference Guide Paperback – June 1, 2016

8.Laravel Reference Guide Paperback – June 1, 2016

View on Amazon →

Whether you are a beginner or an intermediate-level web developer, this book will give you a perfect understanding of the Laravel framework and empower you to build any kind of application with ease and freedom.


Beginning Laravel

9.Beginning Laravel

View on Amazon →

Develop cutting-edge websites and applications using the new features of Laravel 5.8. This book starts with an introduction to Laravel and takes a glance at its newly introduced features. Moving on to setting up your development environment, you will learn how the composer works. In addition to this, you will be introduced to Valet, Homestead, Virtual Box, Vagrant, and Forge in Laravel. With this foundation, you will be ready to get started writing your first Laravel apps.


Laravel 5 Essentials Paperback – April 28, 2015

10.Laravel 5 Essentials Paperback – April 28, 2015

View on Amazon →

This book is intended for PHP web developers who have an interest in Laravel and who know the basics of the framework in theory, but don't really know how to use it in practice. No experience of using frameworks is required, but it is assumed you are at least familiar with building dynamic websites in PHP already.


Mastering Laravel Paperback – July 30, 2015

11.Mastering Laravel Paperback – July 30, 2015

View on Amazon →

If you are an experienced or a capable PHP programmer who has a basic understanding of the concepts of modern PHP (at least version 5.4), this book is ideal for you.

Basic object-oriented programming and database knowledge is expected. You should already know your way around Laravel, or have at least experimented with the framework.


Laravel Basics: Creating Web Apps. It’s Simple.

12.Laravel Basics: Creating Web Apps. It’s Simple.

View on Amazon →

This book is an exploration of Laravel, which is a framework for web application development. The first part of the book explains to you what Laravel is and how it can be used for the development of apps. Laravel supports the implementation and use of notifications. This book guides you on how to implement notifications in your application. The various types of notifications, including mail notifications, database notifications, broadcast notifications, SMS notifications, and slack notifications are all discussed, and you are guided on how to implement these in your application. Lack attachments are also explored. You are guided on how to deal with notification events. Custom channels are also examined in detail, along with event broadcasting.

Top comments (0)