LaravelPackages.net
Acme Inc.
Toggle sidebar
ademes/api-proxy-laravel

A Laravel proxy package for javascript API calls, based on thinkingmik/api-proxy-laravel

95
0
1.0.0
About ademes/api-proxy-laravel

ademes/api-proxy-laravel is a Laravel package for a laravel proxy package for javascript api calls, based on thinkingmik/api-proxy-laravel. It currently has 0 GitHub stars and 95 downloads on Packagist (latest version 1.0.0). Install it with composer require ademes/api-proxy-laravel. Discover more Laravel packages by ademes or browse all Laravel packages to compare alternatives.

Last updated

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

Comments