Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 260 Bytes

File metadata and controls

17 lines (10 loc) · 260 Bytes

PHP-bridge

A php code to act as a bridge between client and a route

Note that this repo and bridged route must be on same host

How to use:

<?php

include('./bridge.php');

$base_url = "http://localhost/laravel/public/";

echo bridge($base_url);