Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenvilar/laravel-ecommerce
E-commerce + Laravel + ReST API :new::cool::octocat:
https://github.com/kenvilar/laravel-ecommerce
ajax ecommerce laravel restful-api
Last synced: 7 days ago
JSON representation
E-commerce + Laravel + ReST API :new::cool::octocat:
- Host: GitHub
- URL: https://github.com/kenvilar/laravel-ecommerce
- Owner: kenvilar
- Created: 2018-04-01T06:29:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T07:31:31.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T22:11:33.414Z (2 months ago)
- Topics: ajax, ecommerce, laravel, restful-api
- Language: PHP
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Laravel Ecommerce
------------------## Instructions
## Notes
* if you want to make a patch or put method to a specified request api url to a postman,
1. Just spoof the method by still using the POST method, but in the form-data you should
create a key named `_method` and a value either `PUT` or `PATCH`, and
2. Uncheck or remove the Content-Type:application/x-www-form-urlencoded in headers