Completed
What is Lumen
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Zero to API with Lumen
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Amanda
- 3 What is Lumen
- 4 Why use Lumen
- 5 Microservices
- 6 API
- 7 REST API
- 8 HTTP API
- 9 HTTP Methods
- 10 Homestead
- 11 Installation
- 12 Environment variables
- 13 Routes
- 14 Artisan
- 15 No Serve
- 16 Migrations
- 17 Make
- 18 Resources
- 19 Routing
- 20 Views
- 21 JSON
- 22 Fractal
- 23 JSON Setup
- 24 Controller
- 25 Pokemon
- 26 Status Codes
- 27 Updating Existing Pokemon
- 28 Deleting Items
- 29 Protection Table
- 30 Authentication
- 31 JWT Authentication
- 32 Authentication Layer
- 33 Simple API
- 34 Testing in Lumen
- 35 Additional Resources