Looking to hire Laravel developers? Try LaraJobs

api-proxy-laravel maintained by ademes

Description
A Laravel proxy package for javascript API calls, based on thinkingmik/api-proxy-laravel
Last update
2015/07/27 23:41 (dev-master)
License
Links
Downloads
95

Comments
comments powered by Disqus

PHP Api Proxy for Laravel 4, forked from original api proxy laravel package, document can be found

![Document]

Updates:

Config that pass on session even if some http errors.

Support image upload via guzzlehttp, right now, only support single file and user has to send in it with parameter key 'file'

When PUT request, in client, we need to send post request with 'method'=>'PUT', and proxy itself will convert it to _method on runtime