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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.