Book Image

Laravel Design Patterns and Best Practices

By : Arda Kılıçdağı, H. İbrahim YILMAZ
Book Image

Laravel Design Patterns and Best Practices

By: Arda Kılıçdağı, H. İbrahim YILMAZ

Overview of this book

<p>This book covers how to develop different applications and solve recurring problems using Laravel 4 design patterns. It will walk you through the widely used design patterns—the Builder (Manager) pattern, Factory pattern, Repository pattern, and Strategy pattern—and will empower you to use these patterns while developing various applications with Laravel. This book will help you find stable and acceptable solutions, thereby improving the quality of your applications. Throughout the course of the book, you will be introduced to a number of clear, practical examples about PHP design patterns and their usage in various projects. You will also get acquainted with the best practices for Laravel that will greatly reduce the probability of introducing errors into your web applications.</p> <p>By the end of the book, you will be accustomed to the best practices and the important design patterns used in Laravel to make a great website.</p>
Table of Contents (13 chapters)

Summary


In this chapter, we learned about various design pattern uses in the Laravel PHP framework, how and why they are used, and what problems they can solve.

In the next chapter, we'll learn about best practices to create an application using Laravel using the design patterns in our code in a Laravel project.