pure-php-mvc
pure-php-mvc copied to clipboard
PHP micro framework to help build your MVC project with minimal code flow.
aoi-php
PHP micro framework to help build your MVC project with minimal code flow.
Prerequisites
- Composer read more
Instalation
composer install
Running (please choose one)
-
Using Apache
Pointing you server root file to
index.php
-
Using PHP-CLI
run using php-cli using this command
php -S localhost:3000