/mini-router

Super simple router

Primary LanguagePHP

Mini Router

Install

Download repo unzip and configure app/Config/App.php and app/Config/Database.php

Install composer

composer install

Run using php's web server

php -S localhost:8000 -t webroot

This will start the server and set the webroot as the document root.