Laravel: From Apprentice To Artisan
Год: 2013
Автор: Taylor Otwell
Жанр: Учебное пособие
Издательство: Leanpub
Язык: Английский
Формат: PDF, EPUB, MOBI
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 67
Описание:
Written by the creator of Laravel, this is the definitive guide to advanced application development with Laravel 4. Learn about dependency injection, interfaces, service providers, SOLID design, and more while exploring
practical,
real-world code examples. Whether you''re building a robust, large application with the Laravel framework, or just want to sharpen your software design chops, this book will be of great value to you and your team.
Author’s Note
Dependency Injection
The Problem
Build A Contract
Taking It Further
Too Much Java?
The IoC Container
Basic Binding
Reflective Resolution
Interface As Contract
Strong Typing & Water Fowl
A Contract Example
Interfaces & Team Development
Service Providers
As Bootstrapper
As Organizer
Booting Providers
Providing The Core
Application Structure
Introduction
MVC Is Killing You
Bye, Bye Models
It’s All About The Layers
Where To Put “Stuff”
Applied Architecture: Decoupling Handlers
Introduction
Decoupling Handlers
Other Handlers
Extending The Framework
Introduction
Managers & Factories
Cache
Session
Authentication
IoC Based Extension
Request Extension
Single Responsibility Principle
Introduction
In Action
Open Closed Principle
Introduction
In Action
Liskov Substitution Principle
Introduction
In Action
Interface Segregation Principle
Introduction
In Action
Dependency Inversion Principle
Introduction
In Action