
Welcome to SimpleMVC skeleton application for PHP.
This application contains 4 example controllers corrisponding to the following URLs (stored in config/route.php):
- /, the home page (this page);
- /hello[/:name], a hello page with an optional name (e.g. /hello/alberto)
- /basic-auth, a page protected by Basic access authentication (test/1234567890, in config/config.php)
- /login, a login FORM (admin/supersecret, stored in a SQLite database, data/db.sql)
- /admin/users, an admin page for users management (reserved, requires login)
For more information you can read the official documentation