api-proxy-laravel
api-proxy-laravel copied to clipboard
Laravel proxy helper package for javascript API calls
https://github.com/juanal98/Laravel-Proxy-Helper
is it possible to add support for guzzle 6.3.x. it seems you are using guzzle ~5.0 which is quite outdated. Thank you
Please add step to run `composer update`. It may save somebody's time. Thanks.
I have added this proxy to handle our ember stuff. our API uses oauth2-server-laravel and we can get the resource Owner ID by calling `$this->authorizer->getResourceOwnerId()` in the proper class. However...