Building RESTful APIs with Laravel 5's Doc Block-based Controller Annotations
Offered By: PHP UK Conference via YouTube
Course Description
Overview
Explore the power of RESTful API development in Laravel 5 through this conference talk from PHP UK Conference. Dive into the new configuration-as-annotation approach for handling request routing, leveraging doc block-style syntax in controller annotations. Learn about the history of Laravel, compare it with Symphony, and understand the advantages and disadvantages of this new method. Discover practical examples, including the Reservation Controller and Make Command, while gaining insights into cached routes, documentation practices, and performance considerations. Examine the future of annotations in Laravel development and explore GitHub repositories for hands-on learning. This 48-minute presentation covers Laravel 5 updates, event handling, and framework overhead, providing a comprehensive overview of building efficient RESTful APIs with Laravel 5's controller annotations.
Syllabus
Intro
History of Laravel
Laravel 5 Changes
History of Annotations
Comparing to Symphony
Reservation Controller
Make Command
Handle Event
Recap
Cached Routes
Options
Advantages
Documentation
Disadvantages
Tightly linking controller to route
Single developer deployment
The future of annotations
How can we handle annotations
Grouping controllers together
Not with annotations and comments
Github repository
Laravel 5 update
Where did the event come from
ReserveRoom
ReservedEvent
Shortcut
Alias
Framework
Overhead
Cache
Performance
Read into memory
Read time
Laravel 5 Beta
Taught by
PHP UK Conference
Related Courses
What's New in PHP 8.1PHP UK Conference via YouTube From Betamax to VCR - Harden Your API Integration Testing
PHP UK Conference via YouTube Levelling Up Your Web Scraping Game
PHP UK Conference via YouTube Practical Advanced Static Analysis
PHP UK Conference via YouTube PHP Fibers
PHP UK Conference via YouTube