An sample MVC app based on a minimalist Web Framework. This framework is used to simplify the MVC developpement by providing route and controller management.
In order to start the app you must start XAMPP and put your code in the htdocs:
/opt/lampp/lampp start
cp -r . /opt/lampp/htdocs/MVC_Sample_PHP/
Then go to localhost and load the MVC_Sample_PHP/ folder in order to access the app. The main route of this sample /auth/register.