Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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