Description
In this course, you will learn :
- What is the RestFul API?
- How to Use Postman to Test API Endpoints
- In Laravel, create a model, a migration, a factory, and seed data.
- How to transform any model into an API-ready model.
- How to Configure Postman Environments
- How to use meta links in an API.
- How to use the new Laravel Resource as a transformer.
- How to transform a single piece of data as well as a collection of data.
Syllabus :
1. Course
- Setting Up Environment
- Create API Resource Controller
- Setup Migration
- Database seeding with Faker Library
- Creating Relationship
- Create API Resource /Transformer
- Transforming Products
- Product Collection Transforming
- Get Review API Resource
- Configure Passport Package
- Create New Product
- Update Product Details
- Destroy a Product
- Handle Exceptions
- Custom Exceptions
- Authorise Product Updates
- Create Reviews for Product