Easiest way to add route to your php application.
With composer:
composer require pushkar/easy-router
require_once "../../path/to/vendor/autoload.php";
use EasyRoute\Route;
Copyright (c) 2018 Pushkar Anand. Under MIT License.
Easiest way to add route to your php application.
With composer:
composer require pushkar/easy-router
require_once "../../path/to/vendor/autoload.php";
use EasyRoute\Route;
Copyright (c) 2018 Pushkar Anand. Under MIT License.