Completed
Migrations - Option 1
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Restful APIs with Symfony Components
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 1. INTRODUCTION
- 3 Sane way to approach REST
- 4 What are Symfony Components
- 5 II. SYMFONY COMPONENTS
- 6 Let's create a POST endpoint
- 7 Symfony PSR-7 Bridge
- 8 Deserializing
- 9 Annotations
- 10 Let's create a GET endpoint
- 11 Creating your custom normalizers
- 12 Simplest example
- 13 Validating objects
- 14 Constraints
- 15 Let's create a PUT endpoint
- 16 Components and bundles
- 17 JMSSerializerBundle
- 18 FOSRestBundle
- 19 LexikJWTAuthenticationBundle
- 20 IV. TESTING
- 21 Error handling - Nested errors
- 22 Error handling - HTML errors
- 23 Testing, some tips
- 24 Fixtures with Alice & Faker
- 25 Migrations - Option 1
- 26 Summarizing