Go to file
Tim a55d1c3c2e Properly implement the router with config and interfaces
Expand the container with aliases and argument autowiring
2023-08-07 17:51:53 +02:00
app Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
public Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
src Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
.gitignore First working version with non working routes 2023-07-28 16:14:55 +02:00
composer.json Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
composer.lock Properly implement the router with config and interfaces 2023-08-07 17:51:53 +02:00
README.md Add response and request objects and interfaces 2023-08-07 14:23:00 +02:00

Todos:

  • Collect routes properly
  • Process routes correctly
  • Add request and response objects

Routing: Currently the routes are hardcoded, we need we way to process all classes maybe and sort them into a list of routes.