Christopher Pecoraro - Building RESTful APIs with Laravel 5's Doc Block-based Controller Annotations
About this talk
This talk covers the effective handling of RESTful API requests using resource controllers in the Laravel PHP Framework, with a focus on features introduced in Laravel 5. The speaker explains the configuration-as-annotation approach, which simplifies request routing through doc block-style syntax and compilation via Laravel's artisan command-line tool. Throughout the session, the speaker provides practical examples and discusses the advantages and disadvantages of this approach, highlighting its impact on API development.