News

Book Review – Implementing Laravel

Published

Implementing Laravel is a book written by Chris Fidao.

First and foremost this is not a beginner book. If you are considering it then you need to know the basics of Laravel, IoC, and the principles behind SOLID.

To get you up to speed it does include a chapter on the core concepts which goes over the container and dependency injection. This is a great refresher chapter if you are comfortable with Laravel, and gives some real world uses.

Next it goes through setting up a new project. This is a chapter I really wanted to skip because I’ve created new Laravel applications dozens of times. But it’s more than that. It talks about where you should put things, environmental variable, auto loading, and a nice way of setting up the application with a namespace.

After this is where the real meat of the book comes in. The “useful patterns” chapter covers the Repository pattern, caching, validation, form processing, and error handling.

Chris goes into detail about the Repository pattern and why you would want to structure your code this way. Besides explaining it he also shows nice and simple examples using a common blog. I like real world examples instead of just theory and that helped me really understand the point.

The same goes for the “Using Packages” chapter. It builds on the error handling by showing a real world example of using a notification service to alert you on an app failure.

This is a book I would consider worth getting if you are interested in really taking your app to the next level or if you are striving to improve your knowledge and skills. I do feel you will gain way more than the price of the book.

As I said in the beginning my only warning is I do not consider this a beginner book. Depending on your background the patterns covered could be confusing until you build a real world app around it or gain more experience.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article