Design Patterns in PHP and Laravel

This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor. Too often design patterns are explained using tricky concepts, when in fact they are easy to use and can enrich your everyday development. Design Patterns in PHP and Laravel aims to break down tri...

Full description

Bibliographic Details
Main Author: Dockins, Kelt (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2017.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • 1. Laravel Basics
  • 2. Let’s Grow a SOLID Garden
  • 3. Abstract Factory
  • 4. Builder
  • 5. Factory Method
  • 6. Prototype
  • 7. Singleton
  • 8. Simple Factory Method
  • 9. Adapter
  • 10. Bridge
  • 11. Composite
  • 12. Decorator
  • 13. Façade
  • 14. Flyweight
  • 15. Proxy
  • 16. Chain of Responsibility
  • 17. Command
  • 18. Interpreter
  • 19. Iterator
  • 20. Mediator
  • 21. Memento
  • 22. Observer
  • 23. State
  • 24. Strategy
  • 25. Template Method
  • 26. Visitor
  • 27. More Resources.