Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Laravel E-Commerce Restful API
Rating: 4.5 out of 5(1,493 ratings)
43,621 students

Laravel E-Commerce Restful API

Know what is Rest concept and how to create a RESTFUL API with Laravel Resource
Last updated 2/2018
English
English [Auto],

What you'll learn

  • Build an E-Commerce API series.

Course content

2 sections20 lectures2h 53m total length
  • What is Rest API ?7:38

    Learn how rest api enables machine-to-machine communication across diverse systems using http methods get, post, put, and delete, and return machine-readable json data.

  • Introduction to Course6:48

    Explore building a Laravel 5.5 restful API using eloquent resources to manage products and reviews, with authenticated routes, postman testing, and complete CRUD operations.

Requirements

  • You must have a normal knowledge of Laravel php framework.

Description

What Will I Learn?

  • What is RestFul API.
  • How to use Postman for checking API endpoints.
  • Creating Model, Migration, Factory and seeding of data in laravel.
  • How to transform any model for your API.
  • How to setup environments in Postman.
  • How to implements meta links in API.
  • How to use Laravel new Resource as the transformer.
  • How to transform single data and also collection of data.

Who this course is for:

  • Anyone who want to know what is API and how to create an Application Programming Interface