Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marthak406/laravel10-api
https://github.com/marthak406/laravel10-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marthak406/laravel10-api
- Owner: marthak406
- Created: 2024-04-22T11:35:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:24:08.000Z (8 months ago)
- Last Synced: 2024-04-22T12:52:23.434Z (8 months ago)
- Language: PHP
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial Restful API Laravel 10 :
- https://santrikoding.com/tutorial-set/tutorial-restful-api-laravel-10
- https://medium.com/@vidvatek/laravel-10-rest-api-authentication-using-sanctum-d94a861a5ef9# ROUTE API
- GET || URL : http://localhost:8000/api/posts
- CREATE DATA => POST || URL : http://localhost:8000/api/posts || key : image(file), title(text), content(text)
- UPDATE DATA => POST || URL : http://localhost:8000/api/posts/{$id} || key : image(file), title(text), content(text), _method(PATCH)
- DELETE || URL : http://localhost:8000/api/posts/{$id}
- Register API: POST, URL:http://localhost:8000/api/register
- Login API: POST, URL:http://localhost:8000/api/login