Based on this repository: simple-php-mvc-starter, my goal with this project is:
- Add at least two database connections;
- Implement assets layer and compilation;
- Add a simple documentation with a diagram of classes;
- Clone the project;
composer dump-autoload
;php -S localhost:8001 -t public