Hello World, Welcome to my website. Today I will discuss how to create API with laravel 5. Laravel provides a very efficient way to create API with its resource controller which are already structured around REST verbs and patterns. In this tutorial, we will create a simple example to better understand APIs.
I am using laravel 5.8
I have divided this tutorial into the following parts.
- Create Resource Controller
- Create Modal
- Access Data via Resource Controller
- API Routing
- Test API in Postman