Completed
Migrations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Symfony in 1 Hour
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Requirements
- 3 Symfony CLI
- 4 Create new application
- 5 Built-in web server
- 6 Front controller
- 7 Hello world
- 8 Routes
- 9 Responses
- 10 Templates in Twig
- 11 Symfony Flex
- 12 Homepage template
- 13 Template inheritance
- 14 Code generators
- 15 Route names
- 16 Databases
- 17 Entities
- 18 Migrations
- 19 Fixtures
- 20 Reading Data
- 21 Service Container
- 22 Debugging
- 23 Displaying Data
- 24 Profiler
- 25 Route variables
- 26 Reading records
- 27 Forms
- 28 Requests
- 29 Validation
- 30 Flash messages
- 31 Editing records
- 32 Deleting records
- 33 Webapp packages
- 34 CRUD generator
- 35 Summary