Learn how to build REST APIs with Laravel. We'll build REST APIs to perform CRUD operations and as such cover the most common HTTP verbs:
- POST
- GET
- PATCH/PUT
- DELETE
TARGET AUDIENCE
This Tutorial is for beginners as we'll not build complex APIs. It is a good starting point.
PREREQUISITES
You need to know the basics of Laravel to follow along.