Completed
1.1 Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Build a REST API With Laravel - PHP Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 Introduction
- 2 2.1 Creating the Project
- 3 2.2 Designing and Seeding the Database
- 4 3.1 Versioning and Defining Routes
- 5 3.2 Transforming Database Data Into JSON
- 6 3.3 Filtering Data
- 7 3.4 Filtering More Data
- 8 3.5 Including Related Data
- 9 4.1 Creating Resources With POST Requests
- 10 4.2 Updating With PUT and PATCH
- 11 4.3 Implementing Bulk Insert
- 12 5.1 Protecting Routes With Sanctum
- 13 5.2 Authorizing Requests With Token Abilities
- 14 6.1 Conclusion