Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 303 Bytes

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.