Completed
History of Annotations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building RESTful APIs with Laravel 5's Doc Block-based Controller Annotations
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 History of Laravel
- 3 Laravel 5 Changes
- 4 History of Annotations
- 5 Comparing to Symphony
- 6 Reservation Controller
- 7 Make Command
- 8 Handle Event
- 9 Recap
- 10 Cached Routes
- 11 Options
- 12 Advantages
- 13 Documentation
- 14 Disadvantages
- 15 Tightly linking controller to route
- 16 Single developer deployment
- 17 The future of annotations
- 18 How can we handle annotations
- 19 Grouping controllers together
- 20 Not with annotations and comments
- 21 Github repository
- 22 Laravel 5 update
- 23 Where did the event come from
- 24 ReserveRoom
- 25 ReservedEvent
- 26 Shortcut
- 27 Alias
- 28 Framework
- 29 Overhead
- 30 Cache
- 31 Performance
- 32 Read into memory
- 33 Read time
- 34 Laravel 5 Beta