Usage - dknx01/micromvc GitHub Wiki
Using a boostrap file
If you want to use a boostrap file it must be here:
Application/Config/Bootstrap.php
This file will be automatically included during the application construct function of the MVC-Application.
This file is a simple PHP-file e.g.
The Index controller and index actions are automatically called if no controller and/or action is given.