From 0e0c7186a7a1195af321b7376141e7cdcf143c10 Mon Sep 17 00:00:00 2001 From: juanal98 <32484496+juanal98@users.noreply.github.com> Date: Sat, 23 May 2020 02:08:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e2c2d85..790c269 100644 --- a/README.md +++ b/README.md @@ -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.