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...

Descripción completa

Detalles Bibliográficos
Autor principal: Dockins, Kelt. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2017.
Edición:1st ed. 2017.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630333306719
Tabla de Contenidos:
  • 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.