Some kind of tiny framework based on Laracast lessons to train basic principles of web development in PHP.
- App boostrap loading file;
- Composer Autoload;
- Controller system;
- Config file;
- Database connection with PDO;
- Dependency Injection Container;
- Simple router system based on HTTP verbs and URI.
- Create a default view with bootstrap;
- Filter request parameters;
- ...
=)