PhpRouter
Just a simple routing system for php based on MVC pattern
Install / Use
/learn @Idevosmax/PhpRouterREADME
PhpRouter
Just a simple routing system for php based on MVC pattern
The index.php is the entry point of the application. All desired routes should be set up in the routes.php file.
The application will work best when used defualt php server because it is still under development.
php server can be started with php -S localhost:8080 on the root folder
Not Officialy released!!!
