Create a CRUD API with Laravel and Postman

Go to class
Write Review

Free Online Course: Create a CRUD API with Laravel and Postman provided by Udemy is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Create a CRUD API with Laravel and Postman is taught by Quentin Watt.

Overview
  • Learn how to leverage the power of a Laravel back end API.

    What you'll learn:

    • Learn how to create a CRUD API with Laravel.
    • API resource routes in Laravel
    • Laravel Resources and Resource Collections
    • How to use Postman to test your API
    • How to set up Laravel with Laravel Valet
    • How to set up Laravel with Laravel Homestead

    Learn how to create a CRUD API in Laravel. We'll create an app that contains Show, Create, Update, and Delete requests and returning our data as an APIresource. HTTP responses will be tested with Postman.


    You can later replace Postman with a JavaScript SPA built in React or Vue to fetch data from the app.