Laravel: Code Bright
Год: 2013-06-01
Автор: Dayle Rees
Жанр: Учебное пособие
Издательство: Leanpub
Язык: Английский
Формат: PDF, EPUB, MOBI
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 151
Описание:
Welcome back to Laravel. Last year I wrote a book about the Laravel PHP framework. It started as a collection of tutorials on my blog, and eventually became a full book. I definitely didn’t expect it to be as popular as it was. Code Happy has
sold almost 3000 copies, and is considered to be one of the
most valuable resources for learning the Laravel framework.
Code Bright is the spiritual successor to Code Happy. The framework has grown a lot in the past year, and has changed enough to merit a new title. With Code Bright I hope to improve on Code Happy with every way, my goal is, to once again, build the most comprehensive learning experience for the framework. Oh, and to still be funny. That’s very important to me.
Laravel Code Bright will contain a complete learning experience for all of the framework’s features. The style of writing will make it
approachable for beginners, and a
wonderful reference resource for experienced developers alike.
Источник:
https://leanpub.com/codebright Acknowledgements
Errata
Feedback
Translations
Introduction
The Primers
Namespaces
JSON
Composer
Architecture
The Container
Facades
Flexibility
Robustness
Getting Started
Requirements
Installation
Web Server Configuration
Project Structure
Routing - The road to nowhere.
Basic Routing
Route Parameters
Responses
Views
View Data
Redirects
Custom Responses
Response Cookies
Response Shortcuts
Filters
Basic Filters
Multiple Filters
Filter Parameters
Filter Classes
Global Filters
Default Filters
Pattern Filters
Controllers
Creating Controllers
Controller Routing
RESTful Controllers
Blade
Creating Templates
PHP Output
Control Structures
Templates
Template Inheritance
Comments
Advanced Routing
Named Routes
Secure Routes
Parameter Constraints
Route Groups
Route Prefixing
Domain Routing
URL Generation
The current URL
Generating Framework URLs
Asset URLs
Generation Shortcuts
Request Data
Retrieval
Old Input
Uploaded Files
Cookies
Coming Soon