Completed
Conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Get Started With Laravel
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Set Up Your Environment
- 3 Routing Requests
- 4 Working With Query Data
- 5 Route URL Parameters
- 6 Routing to Controllers
- 7 Creating a View
- 8 Introducing Layouts
- 9 Working With Static Resources
- 10 Generating URLs for Routes
- 11 Organizing Views
- 12 Using Blade Directives
- 13 Showing and Linking Data
- 14 Setting Up the Database
- 15 Creating Migrations and Models
- 16 Saving Database Records
- 17 Validating User Input
- 18 Updating Data
- 19 Using Type Hints and Requests Classes
- 20 Using Mass Assignment
- 21 Conclusion