1
0
mirror of https://github.com/jespanag/Laravel-Proxy-Helper.git synced 2025-04-09 03:29:05 +00:00

Update README.md

This commit is contained in:
juanal98 2020-05-23 02:08:34 +02:00 committed by GitHub
parent 0b8c2936f5
commit 0e0c7186a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,10 @@ This is a basic helper for using laravel controllers as proxy servers.
It allows you to forward exact requests to another server and return their response.
Supports all methods, and also files.
# Required
This helper require Laravel 7 or later.
If you need a lower version, just replace the http client with Guzzle.
## What it does
Its main function is to make requests from one point to another using laravel as a proxy.