Skip to content

JuviDev/laravel-restapi

Repository files navigation

Getting started

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Functionality Routes

You can view the following API routes:

  1. Get all students: GET /api/students
  2. Create a student: POST /api/students
  3. Get a single student: GET /api/students/{id}
  4. Update a student: PUT/PATCH /api/students/{id}
  5. Delete a student: DELETE /api/students/{id}

About

Basic student REST-API CRUD with Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors