Home
Free Premium Articles
Free Premium Courses
New
Home
Free Premium Articles
Free Premium Courses
New
Back to Course
|
How to Create Laravel 7 API
Basic Demo: How Laravel API Works
Intro: Why API?
Basic Demo: How Laravel API Works
Course Content
Getting Data via Laravel API
01
Intro: Why API?
02
Basic Demo: How Laravel API Works
03
List of Data: Routing, Controllers and Postman Demo
04
Getting Single Record and API Resources
05
Why 404 Page? Setting Correct Headers
06
Getting List Inside of List: Returning Multi-Level Data
07
From Postman to Web Client with Vue.js
08
Data Pagination in API
Posting Data via Laravel API
09
Create a New Record: POST from HTML Form
10
Validation, Errors and Status Codes
11
Finishing CRUD: Update, Delete and Resource Controller
12
Uploading files via API
13
What is CORS and How to Handle it?
Authentication and Authorization
14
Authentication Overview: Sanctum, Passport or JWT?
15
Authentication with Laravel Sanctum and SPA
16
Authentication with Laravel Sanctum and API Tokens
17
Authentication with Laravel Sanctum and Mobile Apps
18
Authentication with Laravel Passport and Password Grant Type
Additional Various Topics
19
Generating API Documentation with Scribe
20
Generating API Documentation with OpenAPI/Swagger
21
Versioning your API: from V1 to V2 and Beyond
22
Throttling: Maximum Requests per Minute