0x1DEA/Apollo

Router System

0x1DEA opened this issue · 1 comments

A router system that can functionally register paths to resources (like slugs as defined in the database, or optionally by name)

  • Function to add a route to check
  • defined routes have priority
  • routes are automatically loaded and checked
  • routes automatically check resource 'slug' values, or an optional 'unique key' parameter
  • Route auto-loader and parser (for resources like pages, and comics like /page/{id} )

Using FastRoute instead