WIP Simple Framework with Routing, Request injection etc...
/:
Methods:
- GET
- POST
Controller: Http\Controllers\Controller::Index
- The config class parses the configuration file.
- Add a new function for each new configuration entry/feature you want the class to handle.
- Call the function In HandleConfiguration if you need the Option to be run on app startup.
- Requests
- Respsonses
- DI Container
- Tests
- Split Src from user Skeleton
- Add Logger Class
- php 7.4
- run Composer Update.
- point your htaccess, site config or x to /public.]