Skip to content

Repository files navigation

Laravel RESTful API

A simple example of how to create a RESTful API in Laravel 8.

Endpoints

Get all posts: GET /api/posts

Get a single post: GET /api/posts/{id}

Create a new post: POST /api/posts

Update a post: PUT /api/posts/{id}

Delete a post: DELETE /api/posts/{id}

About

A simple example of how to create a RESTful API in Laravel 8.

Resources

Stars

18 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages